aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/cond/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/cond/Makefile')
-rw-r--r--regress/roff/cond/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/roff/cond/Makefile b/regress/roff/cond/Makefile
new file mode 100644
index 00000000..68a88694
--- /dev/null
+++ b/regress/roff/cond/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.8 2015/05/31 23:12:17 schwarze Exp $
+
+REGRESS_TARGETS = if ie close numeric register strcmp before-Dd
+LINT_TARGETS = if close
+
+.include <bsd.regress.mk>