aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'regress/tbl/Makefile.inc')
-rw-r--r--regress/tbl/Makefile.inc15
1 files changed, 15 insertions, 0 deletions
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"