xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/break/Makefile (revision 68ba34adfd544f768ba2ad8aaa0aede976b052b4)
1# $OpenBSD: Makefile,v 1.7 2017/03/08 22:53:36 schwarze Exp $
2
3REGRESS_TARGETS	= brokenbreaker twice tail two notopen
4LINT_TARGETS	= brokenbreaker twice tail two notopen
5
6# It's hard to keep stuff together in next-line scope.
7
8SKIP_TMAN	= tail
9
10# groff-1.22.3 defect:
11# - non-matching enclosure end macro prints a closing delimiter
12
13SKIP_GROFF	= brokenbreaker notopen
14
15.include <bsd.regress.mk>
16