aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/break/Makefile
blob: b4c3b21916310e1a523ff01461159b1b02a7ddfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.4 2016/08/20 17:58:09 schwarze Exp $

REGRESS_TARGETS	= brokenbreaker twice tail two notopen
LINT_TARGETS	= brokenbreaker twice tail two notopen

# It's hard to keep stuff together in next-line scope.

SKIP_TMAN	= tail

# groff-1.22.3 defect:
# - non-matching enclosure end macro prints a closing delimiter

SKIP_GROFF	= brokenbreaker notopen

.include <bsd.regress.mk>