blob: 62f0520070ab6acd96ea6f88196da12c42bde59d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.14 2020/07/30 21:32:19 schwarze Exp $
REGRESS_TARGETS = append cond empty escname factorial
REGRESS_TARGETS += indir infinite startde tab TH Dd
LINT_TARGETS = escname indir infinite
# groff-1.22.4 defect:
# infinite recursion aborts output completely
SKIP_GROFF = infinite
.include <bsd.regress.mk>
|