From d9f0f81c846a8405c29870e4a8379e5e79d1cad3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/tbl/Makefile.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/tbl/Makefile.inc (limited to 'regress/tbl/Makefile.inc') diff --git a/regress/tbl/Makefile.inc b/regress/tbl/Makefile.inc new file mode 100644 index 00000000..3d862dd4 --- /dev/null +++ b/regress/tbl/Makefile.inc @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $ + +TBL = /usr/local/bin/tbl + +SKIP_TMAN ?= ALL + + +# OpenBSD only: maintainer targets + +.for t in ${REGRESS_TARGETS} +${t}.out_ascii: ${t}.in + ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET} +.endfor + +.include "../Makefile.inc" -- cgit v1.2.3-56-ge451