aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bk/Makefile
blob: bc82e0a4732828753b548739b34d563abcfb3548 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.7 2015/02/07 16:39:44 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>