summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-05-19 20:30:31 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-05-19 20:30:31 +0000
commita0cf83ba91a2084b914d22b9e2677c7fc4f719d6 (patch)
treead442edea83def418d8a3ec640b983ce10a23d87 /regress/sbin
parent16ac01814c0e49a3bc9cfd6a1d91501a7025fed5 (diff)
introduce a "alltests" target which includes the pfaltq and pfsetup targets
which are not in the default suite
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/pfctl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 343e4b52aec..722b2a28460 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.151 2003/05/19 20:25:45 henning Exp $
+# $OpenBSD: Makefile,v 1.152 2003/05/19 20:30:30 henning Exp $
# TARGETS
# pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok
@@ -171,10 +171,7 @@ pfsetup${n}-update:
pfsetup: ${PFSETUP_TARGETS}
pfsetup-update: ${PFSETUP_UPDATES}
-.ifdef DO_PFSETUP
-REGRESS_TARGETS+=pfsetup
-UPDATE_TARGETS+=pfsetup-update
-.endif
+NODEFAULT_TARGETS+=pfsetup
.for n in ${PFALTQ}
PFALTQ_TARGETS+=pfaltq${n}
@@ -200,8 +197,12 @@ pfaltq${n}-update:
pfaltq: ${PFALTQ_TARGETS}
pfaltq-update: ${PFALTQ_UPDATES}
+NODEFAULT_TARGETS+=pfaltq
+
update: ${UPDATE_TARGETS}
+alltests: ${REGRESS_TARGETS} ${NODEFAULT_TARGETS}
+
.PHONY: ${REGRESS_TARGETS}
.include <bsd.regress.mk>