blob: d2f6e4b8fee4bf583638de36c25f79d5fcdc91bc (
plain) (
blame)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.5 2015/02/11 13:37:31 schwarze Exp $
REGRESS_TARGETS = broken hyph noarg par
LINT_TARGETS = broken noarg
MARKDOWN_TARGETS = hyph noarg par
.include <bsd.regress.mk>
|