]> 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 74f153d52240beb9431a0bee8bca044a5f85dca2..d691bce783894b799a1d157ab9caf571f0d64e8f 100644 (file)
@@ -1,7 +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 l O o p w z
+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>