blob: a740b8fa492f84e468b618202ef1322fea9dceae (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.5 2014/11/25 03:04:32 schwarze Exp $
REGRESS_TARGETS = before subbefore first emptyNAME badNAME order empty
LINT_TARGETS = before subbefore first emptyNAME badNAME order empty
SKIP_GROFF = subbefore first empty
SKIP_ASCII = first
.include <bsd.regress.mk>
|