xref: /openbsd/regress/usr.bin/mandoc/roff/esc/Makefile (revision e5dd7070)
1# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $
2
3REGRESS_TARGETS	 = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z
4REGRESS_TARGETS	+= ignore invalid unsupp
5HTML_TARGETS	 = f
6LINT_TARGETS	 = B h l O w ignore invalid unsupp
7
8.include <bsd.regress.mk>
9