From aa1f63650ff3f1876c5b56e8e26d1108a284318b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Jan 2020 10:37:53 +0000 Subject: 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. --- regress/tbl/Makefile.inc | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'regress/tbl/Makefile.inc') 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" -- cgit