Makefile revision 1.3
1# $OpenBSD: Makefile,v 1.3 2011/11/17 16:28:45 schwarze Exp $
2
3REGRESS_TARGETS=section noarg
4
5# groff 1.21 does not handle .nr nS
6
7SKIP_GROFF ?= section
8
9SKIP_TMAN ?= ALL
10
11.include <bsd.regress.mk>
12