diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2006-03-31 13:13:52 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2006-03-31 13:13:52 +0000 |
commit | b4080d65a209c2f93532e62b09803ecdcc96ddf5 (patch) | |
tree | 56bdbd6c919d900516f3e778873041969e97f3be /regress/sbin/ipsecctl/Makefile | |
parent | bf2b4bd8eedf281cb823398d10395d46d97bd165 (diff) |
allow specification of encapsulated protocol for flows; ok hshoexer
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index 414a881bb49..b42b47a164c 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2006/03/30 13:40:44 reyk Exp $ +# $OpenBSD: Makefile,v 1.15 2006/03/31 13:13:51 markus Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -7,11 +7,11 @@ # sa: same as above, but for SA rules. # ike: same as above, but for ike rules. -IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 +IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 TCPMD5TESTS=1 2 3 SATESTS=1 2 3 4 5 6 7 8 9 10 SAFAIL=1 -IKETESTS=1 2 3 4 5 6 7 8 9 +IKETESTS=1 2 3 4 5 6 7 8 SHELL=/bin/sh |