diff options
author | David Krause <david@cvs.openbsd.org> | 2004-01-26 02:34:24 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-01-26 02:34:24 +0000 |
commit | 1a1a88fd1b27b788b55198ee0feaf756a836f9fd (patch) | |
tree | d0cfb3e34621e87988729445afe5f4f6f37467c8 /regress/sbin | |
parent | 8b734c360a6bb25033a75fa6a1698a0d08c932f6 (diff) |
don't create/destroy interfaces in depend or regress
stops interfaces from being created/destroyed out of order
ok dhartmei@ henning@
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 72b3fab71a1..a234cfbca4d 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.170 2004/01/06 12:34:05 cedric Exp $ +# $OpenBSD: Makefile,v 1.171 2004/01/26 02:34:23 david Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok @@ -30,7 +30,7 @@ PFTABLE=1 2 3 4 5 6 7 8 9 10 11 12 13 PFOPT=1 2 3 4 5 PFIF2IP=1 2 3 -.ifmake !obj && !clean && !cleandir +.ifmake !obj && !clean && !cleandir && !depend && !regress .BEGIN: -${SUDO} ifconfig lo1000000 create -${SUDO} ifconfig tun1000000 create |