summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/break/Makefile
blob: 46da05b5cb8c6de1e1f2358be540cb4caa9e049e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.7 2017/03/08 22:53:36 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>