diff options
Diffstat (limited to 'regress/usr.bin/mandoc/man/TH/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/man/TH/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/man/TH/Makefile b/regress/usr.bin/mandoc/man/TH/Makefile index 1b0aef1702d..1ce2028eb8a 100644 --- a/regress/usr.bin/mandoc/man/TH/Makefile +++ b/regress/usr.bin/mandoc/man/TH/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2014/07/02 06:35:26 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2014/08/14 02:00:52 schwarze Exp $ REGRESS_TARGETS = noTH noarg onearg twoargs sixargs case REGRESS_TARGETS += emptydate onlyyear isodate mdocdate baddate REGRESS_TARGETS += nobody -LINT_TARGETS = noTH case twoargs emptydate baddate nobody +LINT_TARGETS = noTH noarg onearg twoargs case +LINT_TARGETS += emptydate baddate nobody SKIP_GROFF = noTH SKIP_ASCII = noTH |