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