summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/Db/Makefile
blob: 6af935701b7f3c61238d15382d6e97e7c40e0af2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.2 2017/03/08 22:53:35 schwarze Exp $

REGRESS_TARGETS	= args
LINT_TARGETS	= args

# mandoc -T markdown ignores .Db

SKIP_MARKDOWN ?= ALL

.include <bsd.regress.mk>