]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Sh/Makefile
Really commit some files that failed to get committed in this commit:
[mandoc.git] / regress / mdoc / Sh / Makefile
1 # $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $
2
3 REGRESS_TARGETS = badNAME before empty emptyNAME first nohead order
4 REGRESS_TARGETS += orderNAME punctNAME subbefore
5 LINT_TARGETS = badNAME before empty emptyNAME first nohead order
6 LINT_TARGETS += orderNAME punctNAME subbefore
7
8 SKIP_GROFF = subbefore first empty
9 SKIP_ASCII = first
10
11 .include <bsd.regress.mk>