aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/po/Makefile
blob: fa2f5774ca59769bf98f397425676b42587eeee9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.2 2020/09/03 20:33:20 schwarze Exp $

REGRESS_TARGETS	= basic-mdoc range

# groff-1.22.4 defect:
# - Negative page objects sometimes result in output lines starting
#   with backspace characters.
# - Excessive page offsets cause excessive line lengths
#   instead of being truncated to resonable widths.

SKIP_GROFF	 = range

.include <bsd.regress.mk>