aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/break/Makefile
blob: 23898a5987a325efe9c921862638af418dcb23b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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
MARKDOWN_TARGETS = brokenbreaker twice 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>