diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-01 05:29:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-01 05:29:58 +0000 |
commit | 543df279f1604ffd36cf1931b8de8749f859609b (patch) | |
tree | 2626f5313d303a3429d055d41e04a37c3c099935 /regress/usr.bin/mandoc/mdoc/blank/Makefile | |
parent | 3937afbbb48dc21775ff651f21cf485cd12a22b9 (diff) |
major update of the mandoc test suite:
* add various new and extend a few existing tests
* stop using Mdocdate to ease syncing with NetBSD
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/blank/Makefile')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/blank/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/blank/Makefile b/regress/usr.bin/mandoc/mdoc/blank/Makefile new file mode 100644 index 00000000000..8e0cc925071 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/blank/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2010/07/01 05:29:57 schwarze Exp $ + +REGRESS_TARGETS=line comment +GROFF_TARGETS=line comment + +.include <bsd.regress.mk> |