Makefile revision 1.12
1# $OpenBSD: Makefile,v 1.12 2015/02/06 03:31:11 schwarze Exp $
2
3REGRESS_TARGETS	 = basic break eos font noarg nohead
4REGRESS_TARGETS += obsolete punct section warn
5LINT_TARGETS	 = noarg nohead obsolete warn
6
7# groff-1.22.3 defects:
8# - .Fo without an argument prints unbalanced parentheses
9# - .nr nS is ignored
10
11SKIP_GROFF	 = noarg section
12
13SKIP_TMAN = eos
14
15.include <bsd.regress.mk>
16