blob: bc82e0a4732828753b548739b34d563abcfb3548 (
plain) (
tree)
|
|
# $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>
|