xref: /openbsd/regress/usr.bin/mandoc/mdoc/Fo/Makefile (revision 7dad7ffd)
1# $OpenBSD: Makefile,v 1.6 2012/11/18 00:05:28 schwarze Exp $
2
3REGRESS_TARGETS = basic section noarg font eos
4
5# groff 1.21 does not handle .nr nS
6
7SKIP_GROFF ?= section
8
9SKIP_TMAN = eos
10
11.include <bsd.regress.mk>
12