xref: /openbsd/regress/usr.bin/mandoc/mdoc/Bk/Makefile (revision 73471bf0)
1# $OpenBSD: Makefile,v 1.8 2017/03/08 22:53:35 schwarze Exp $
2
3REGRESS_TARGETS	 = badarg break broken inputlines lines synopsis
4LINT_TARGETS	 = badarg broken
5
6SKIP_TMAN ?= badarg
7
8# mandoc -T markdown output of .Bk is quite ugly,
9# so refrain from testing it for now
10
11SKIP_MARKDOWN ?= ALL
12
13.include <bsd.regress.mk>
14