blob: aa0b1f9732535ab1098d5facd06472b84cda0df5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2020/09/03 17:37:06 schwarze Exp $
REGRESS_TARGETS = basic-mdoc basic-man wide
# groff-1.22.4 defect:
# - Excessive temporare indentations cause excessive line lengths
# instead of being truncated to resonable indentations.
SKIP_GROFF = wide
.include <bsd.regress.mk>
|