]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/esc/Makefile
Implement the roff .break request (break out of a .while loop).
[mandoc.git] / regress / roff / esc / Makefile
index f086036851000fd2891e2f0b3145b029983e77af..d691bce783894b799a1d157ab9caf571f0d64e8f 100644 (file)
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.11 2015/04/29 18:32:57 schwarze Exp $
+# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $
 
-REGRESS_TARGETS = one two multi B c c_man e f h o w z ignore
-LINT_TARGETS   = B h w ignore
+REGRESS_TARGETS         = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z
+REGRESS_TARGETS        += ignore invalid unsupp
+HTML_TARGETS    = f
+LINT_TARGETS    = B h l O w ignore invalid unsupp
 
 .include <bsd.regress.mk>