summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-03-08 14:24:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-03-08 14:24:21 +0000
commit0f997dce619f709eefec266ef64ca149344f4e67 (patch)
treed36765a21f537ee3639471fe3978b8014e7d5ef1 /regress
parentd47a844880ca50114f3f95b78f9229d9896b32b8 (diff)
-g in pfload${n}-update
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 6e06cbc42a7..ee4749a0ba0 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.106 2003/03/07 12:55:58 henning Exp $
+# $OpenBSD: Makefile,v 1.107 2003/03/08 14:24:20 henning Exp $
# TARGETS
# pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok
@@ -99,8 +99,8 @@ pfload${n}:
pfload${n}-update:
${SUDO} pfctl -a regress:regress -f - < ${.CURDIR}/pf${n}.in
- (${SUDO} pfctl -a regress:regress -vvsn; \
- ${SUDO} pfctl -a regress:regress -vvsr) > ${.CURDIR}/pf${n}.loaded
+ (${SUDO} pfctl -a regress:regress -gvvsn; \
+ ${SUDO} pfctl -a regress:regress -gvvsr) > ${.CURDIR}/pf${n}.loaded
${SUDO} pfctl -a regress:regress -Fn >/dev/null 2>&1
${SUDO} pfctl -a regress:regress -Fr >/dev/null 2>&1