Makefile revision 1.7
1# $OpenBSD: Makefile,v 1.7 2013/12/25 00:39:14 schwarze Exp $
2
3REGRESS_TARGETS = basic section break noarg font eos
4
5# groff does not handle .nr nS
6
7SKIP_GROFF ?= section
8
9SKIP_TMAN = eos
10
11.include <bsd.regress.mk>
12