blob: 0ea8398800ca9e8ff9328b5606fba6164b42bc12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.8 2017/02/17 19:14:39 schwarze Exp $
REGRESS_TARGETS = allch args break empty three_authors
UTF8_TARGETS = allch break empty three_authors
LINT_TARGETS = allch args empty
# groff-1.22.3 defect:
# - arguments after .Rs cause the macro to be ignored
SKIP_GROFF = args
.include <bsd.regress.mk>
|