Makefile revision 1.5
1# $OpenBSD: Makefile,v 1.5 2012/07/09 17:52:09 schwarze Exp $
2
3REGRESS_TARGETS = basic section noarg font
4
5# groff 1.21 does not handle .nr nS
6
7SKIP_GROFF ?= section
8
9.include <bsd.regress.mk>
10