blob: 609215b66aea2be8cbde4294954bec143973a325 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.10 2014/07/02 11:42:56 schwarze Exp $
REGRESS_TARGETS = blank nested spacing empty offset-empty break broken
LINT_TARGETS = nested break broken
# groff defect:
# - a display breaking another block continues indefinitely
SKIP_GROFF = break
.include <bsd.regress.mk>
|