summaryrefslogtreecommitdiffstats
path: root/regress/roff/cond/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-14 14:02:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-14 14:02:39 +0000
commitf47c24ce5479036f4e05569d948d51dbebcb1f9d (patch)
treebd0d1c73aad4e3919635064f8a112b2b14ff9297 /regress/roff/cond/Makefile
parent57f77c200a922cb0605b19e4b87d3c8931dd568a (diff)
downloadmandoc-f47c24ce5479036f4e05569d948d51dbebcb1f9d.tar.gz
implement the roff(7) d (macro or string defined) conditional
Diffstat (limited to 'regress/roff/cond/Makefile')
-rw-r--r--regress/roff/cond/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/roff/cond/Makefile b/regress/roff/cond/Makefile
index 68a88694..65d7be52 100644
--- a/regress/roff/cond/Makefile
+++ b/regress/roff/cond/Makefile
@@ -1,6 +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
+REGRESS_TARGETS = if ie close numeric register strcmp string before-Dd
LINT_TARGETS = if close
.include <bsd.regress.mk>