aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/break/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/break/Makefile')
-rw-r--r--regress/mdoc/break/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/regress/mdoc/break/Makefile b/regress/mdoc/break/Makefile
new file mode 100644
index 00000000..b4c3b219
--- /dev/null
+++ b/regress/mdoc/break/Makefile
@@ -0,0 +1,15 @@
+# $OpenBSD: Makefile,v 1.4 2016/08/20 17:58:09 schwarze Exp $
+
+REGRESS_TARGETS = brokenbreaker twice tail two notopen
+LINT_TARGETS = brokenbreaker twice tail two notopen
+
+# It's hard to keep stuff together in next-line scope.
+
+SKIP_TMAN = tail
+
+# groff-1.22.3 defect:
+# - non-matching enclosure end macro prints a closing delimiter
+
+SKIP_GROFF = brokenbreaker notopen
+
+.include <bsd.regress.mk>