diff options
Diffstat (limited to 'regress/man/TH/Makefile')
-rw-r--r-- | regress/man/TH/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/regress/man/TH/Makefile b/regress/man/TH/Makefile new file mode 100644 index 00000000..b1647349 --- /dev/null +++ b/regress/man/TH/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.9 2015/02/06 11:54:03 schwarze Exp $ + +REGRESS_TARGETS = noTH noarg onearg twoargs sixargs case longtit longvol +REGRESS_TARGETS += emptydate onlyyear isodate mdocdate baddate longdate +REGRESS_TARGETS += nobody + +LINT_TARGETS = noTH noarg onearg twoargs sixargs case +LINT_TARGETS += emptydate baddate longdate nobody + +SKIP_GROFF = noTH longtit longvol longdate +SKIP_ASCII = noTH + +.include <bsd.regress.mk> |