blob: fb7c3110190718a1ef6a66b8694188811ea758ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 2014/06/20 22:58:41 schwarze Exp $
REGRESS_TARGETS = case badsec badarch nodate baddate
REGRESS_TARGETS += noos order dupe nobody lateos befSh
LINT_TARGETS = case badsec badarch nodate baddate
LINT_TARGETS += noos order dupe nobody lateos befSh
SKIP_GROFF = badsec badarch nodate baddate noos nobody befSh
SKIP_ASCII = badsec badarch nodate baddate noos befSh
.include <bsd.regress.mk>
|