xref: /openbsd/regress/usr.bin/mandoc/mdoc/Fl/Makefile (revision cca36db2)
1# $OpenBSD: Makefile,v 1.5 2011/11/17 16:28:45 schwarze Exp $
2
3REGRESS_TARGETS=noarg multiarg parsed punct
4
5# Do not regenerate the punct output file for now,
6# because groff-1.15 and groff-1.20.1 handle
7# the bar differently as a .Fl argument.
8
9SKIP_GROFF ?= punct
10
11SKIP_TMAN ?= noarg parsed
12
13.include <bsd.regress.mk>
14