diff options
author | Mike Frantzen <frantzen@cvs.openbsd.org> | 2001-08-25 21:54:27 +0000 |
---|---|---|
committer | Mike Frantzen <frantzen@cvs.openbsd.org> | 2001-08-25 21:54:27 +0000 |
commit | f00d16aa4fbd32becd24a08c97723cc515d6e839 (patch) | |
tree | e0feb293994276b51611926e71e518b4844c1084 /regress/sbin/pfctl/Makefile | |
parent | ab1d7a2717833d8c2829339059cfe38422f0ca31 (diff) |
PF ISN randomization. Or in trekkie techno-babble, ISN phase modulation.
Diffstat (limited to 'regress/sbin/pfctl/Makefile')
-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 3ec0d047560..ede9e881d46 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2001/08/23 04:29:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2001/08/25 21:54:26 frantzen Exp $ NOMAN= NOPROG= -PFTESTS=1 2 3 4 5 6 +PFTESTS=1 2 3 4 5 6 7 pfail1: @pfctl -nv -R - < ${.CURDIR}/pfail1.in > /dev/null 2>&1 || \ |