summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/Makefile
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2002-09-02 20:01:45 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2002-09-02 20:01:45 +0000
commit67e23c2a32d302f8084ffe32c86c5e5c7c9289c8 (patch)
tree93e9547fcecf5d6296eb91fac5023873ade06108 /regress/sbin/pfctl/Makefile
parent68ae2c15493086d67568a2ca26033cb97cab2d57 (diff)
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/sbin/pfctl/Makefile')
-rw-r--r--regress/sbin/pfctl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 9f2440ea795..47e3dd283d6 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.27 2002/07/30 15:01:41 henning Exp $
+# $OpenBSD: Makefile,v 1.28 2002/09/02 20:01:43 avsm Exp $
PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13
.for n in ${PFFAIL}
-REGRESSTARGETS+=pfail${n}
+REGRESS_TARGETS+=pfail${n}
pfail${n}:
if pfctl -nv -f - < ${.CURDIR}/pfail${n}.in > /dev/null 2>&1 ; then \
@@ -14,7 +14,7 @@ pfail${n}:
.endfor
.for n in ${PFTESTS}
-REGRESSTARGETS+=pf${n}
+REGRESS_TARGETS+=pf${n}
pf${n}:
pfctl -nv -f - < ${.CURDIR}/pf${n}.in | \
@@ -22,6 +22,6 @@ pf${n}:
.endfor
-.PHONY: ${REGRESSTARGETS}
+.PHONY: ${REGRESS_TARGETS}
.include <bsd.regress.mk>