xref: /openbsd-src/regress/usr.bin/mandoc/man/TH/Makefile (revision 39839348ec51fa57f6ef38590295ebcfb8d53e52)
1# $OpenBSD: Makefile,v 1.9 2015/02/06 11:54:03 schwarze Exp $
2
3REGRESS_TARGETS  = noTH noarg onearg twoargs sixargs case longtit longvol
4REGRESS_TARGETS += emptydate onlyyear isodate mdocdate baddate longdate
5REGRESS_TARGETS += nobody
6
7LINT_TARGETS	 = noTH noarg onearg twoargs sixargs case
8LINT_TARGETS	+= emptydate baddate longdate nobody
9
10SKIP_GROFF	 = noTH longtit longvol longdate
11SKIP_ASCII	 = noTH
12
13.include <bsd.regress.mk>
14