summaryrefslogtreecommitdiffstats
path: root/regress/tbl/Makefile.inc
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
commitaa1f63650ff3f1876c5b56e8e26d1108a284318b (patch)
tree44e4ee2f2e646a098f82e8e1727ec513481528f0 /regress/tbl/Makefile.inc
parent539596c4003903a5b79ccfd95456bd7fffa5ae64 (diff)
downloadmandoc-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/tbl/Makefile.inc')
-rw-r--r--regress/tbl/Makefile.inc13
1 files changed, 2 insertions, 11 deletions
diff --git a/regress/tbl/Makefile.inc b/regress/tbl/Makefile.inc
index 95860d51..56c3f7f5 100644
--- a/regress/tbl/Makefile.inc
+++ b/regress/tbl/Makefile.inc
@@ -1,16 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $
-
-TBL = /usr/local/bin/tbl
+# $OpenBSD: Makefile.inc,v 1.4 2020/01/08 10:17:15 schwarze Exp $
SKIP_TMAN ?= ALL
SKIP_MARKDOWN ?= ALL
-
-
-# OpenBSD only: maintainer targets
-
-.for t in ${REGRESS_TARGETS}
-${t}.out_ascii: ${t}.in
- ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}
-.endfor
+GOPTS = -t
.include "../Makefile.inc"