diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-05 14:14:51 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-05 14:14:51 +0000 |
commit | ea3cebbc57a9e3a6e8e2e403f439f1adce053774 (patch) | |
tree | bdb00212eb4c5583aaf954c010300863fe658423 /regress | |
parent | 201b941071fd3bef1af5728ff61d7094d6105d1e (diff) |
and we no longer need to strip the rule numbers off, as they are gone
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index f6a330a70ef..df087710370 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2002/12/05 13:43:17 markus Exp $ +# $OpenBSD: Makefile,v 1.50 2002/12/05 14:14:50 henning 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 25 26 27 PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 @@ -26,7 +26,6 @@ pf${n}: REGRESS_TARGETS+=selfpf${n} selfpf${n}: if pfctl -nv -f - < ${.CURDIR}/pf${n}.in | \ - sed 's/^@[^ ]* //' |\ pfctl -nvf - > /dev/null; then \ true ; \ else \ |