aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sh/Makefile
blob: a1db1161c9bc0712888db49ac87a56f9c5033a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.7 2017/01/08 00:10:22 schwarze Exp $

REGRESS_TARGETS	 = badNAME before empty emptyNAME first nohead order
REGRESS_TARGETS	+= orderNAME punctNAME subbefore
LINT_TARGETS	 = badNAME before empty emptyNAME first nohead order
LINT_TARGETS	+= orderNAME punctNAME subbefore

SKIP_GROFF	= subbefore first empty
SKIP_ASCII	= first

.include <bsd.regress.mk>