summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/sbin/pfctl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 38cf8b7d578..59b174ce815 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.188 2005/05/28 00:52:41 mpf Exp $
+# $OpenBSD: Makefile,v 1.189 2005/05/28 00:55:56 mpf Exp $
# TARGETS
# pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok
@@ -32,6 +32,8 @@ PFOPT=1 2 3 4 5
PFIF2IP=1 2 3
PFCHKSUM=1 2 3
+SHELL=/bin/sh
+
.MAIN: all
.ifmake !obj && !clean && !cleandir && !depend && !regress
@@ -48,6 +50,7 @@ PFCHKSUM=1 2 3
.INTERRUPT:
-${SUDO} ifconfig lo1000000 destroy
+ -${SUDO} ifconfig lo1000010 destroy
-${SUDO} ifconfig tun1000000 destroy
-${SUDO} ifconfig tun1000001 destroy
.endif