aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dd
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-01-08 10:37:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-01-08 10:37:53 +0000
commit39d478672b8680bafd8d1dcbdaa3ab9ab5cc187d (patch)
treeb0beb02e15973304d2174d251754c35371edca37 /regress/mdoc/Dd
parentdd7adfb35f46c08e5910f4aa1cbdcef986e49eb5 (diff)
downloadmandoc-39d478672b8680bafd8d1dcbdaa3ab9ab5cc187d.tar.gz
mandoc-39d478672b8680bafd8d1dcbdaa3ab9ab5cc187d.tar.zst
mandoc-39d478672b8680bafd8d1dcbdaa3ab9ab5cc187d.zip
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/Makefile4
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>