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