blob: 4630f4af0575288676b46733fd29d0b67854180e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.6 2012/07/07 14:10:55 schwarze Exp $
REGRESS_TARGETS=noarg multiarg parsed punct
# Do not regenerate the punct output file for now,
# because groff-1.15 and groff-1.20.1 handle
# the bar differently as a .Fl argument.
SKIP_GROFF ?= punct
.include <bsd.regress.mk>
|