summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/mdoc/Bk/Makefile
blob: 318b3c17747dce8ddcf49f73179110180202bcec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.8 2017/03/08 22:53:35 schwarze Exp $

REGRESS_TARGETS	 = badarg break broken inputlines lines synopsis
LINT_TARGETS	 = badarg broken

SKIP_TMAN ?= badarg

# mandoc -T markdown output of .Bk is quite ugly,
# so refrain from testing it for now

SKIP_MARKDOWN ?= ALL

.include <bsd.regress.mk>