Makefile revision 1.15
1# $OpenBSD: Makefile,v 1.15 2017/03/08 22:53:35 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	 = nohead section
12
13SKIP_TMAN = eos
14
15.include <bsd.regress.mk>
16