]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/esc/Makefile
Implement the roff .break request (break out of a .while loop).
[mandoc.git] / regress / roff / esc / Makefile
1 # $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $
2
3 REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z
4 REGRESS_TARGETS += ignore invalid unsupp
5 HTML_TARGETS = f
6 LINT_TARGETS = B h l O w ignore invalid unsupp
7
8 .include <bsd.regress.mk>