blob: c5c7219d3aff70893444419a830e43a5d1d7f3ed (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.4 2014/06/20 18:32:51 schwarze Exp $
REGRESS_TARGETS = noarg onearg twoargs sixargs case
REGRESS_TARGETS += emptydate onlyyear isodate mdocdate baddate
LINT_TARGETS = noTH case twoargs emptydate baddate
.include <bsd.regress.mk>
|