diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-08 10:37:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-08 10:37:53 +0000 |
commit | aa1f63650ff3f1876c5b56e8e26d1108a284318b (patch) | |
tree | 44e4ee2f2e646a098f82e8e1727ec513481528f0 /regress/mdoc/Dd | |
parent | 539596c4003903a5b79ccfd95456bd7fffa5ae64 (diff) | |
download | mandoc-aa1f63650ff3f1876c5b56e8e26d1108a284318b.tar.gz |
Simplify maintainer targets in OpenBSD: EQN and TBL variables
no longer exist and NROFF/NOPTS were replaced with GROFF/GOPTS.
This doesn't change how things work in the protable version
of the test suite.
Diffstat (limited to 'regress/mdoc/Dd')
-rw-r--r-- | regress/mdoc/Dd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/Dd/Makefile b/regress/mdoc/Dd/Makefile index 870d1cd9..e31b2730 100644 --- a/regress/mdoc/Dd/Makefile +++ b/regress/mdoc/Dd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/11/21 01:52:45 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2020/01/08 10:17:15 schwarze Exp $ REGRESS_TARGETS = badarg dupe late long manarg noarg order LINT_TARGETS = badarg dupe late long manarg noarg order @@ -18,6 +18,6 @@ SKIP_GROFF = badarg long manarg noarg # Autodetection fails for late .Dd, so specify -mdoc explicitly. -MOPTS += -mdoc +MOPTS = -mdoc .include <bsd.regress.mk> |