aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Db/Makefile
blob: f2a4a5b279b4f03a7f74e4af6533cd541cd5fe81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.1 2014/11/27 16:20:27 schwarze Exp $

REGRESS_TARGETS	= args
LINT_TARGETS	= args

# mandoc -T markdown ignores .Db

SKIP_MARKDOWN ?= ALL

.include <bsd.regress.mk>