diff options
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 23398b546d5..a0e6e3a57d3 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2006/06/15 17:03:21 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.35 2006/06/18 18:18:23 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches @@ -18,12 +18,12 @@ IKEFAIL=1 3 4 5 IKETESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 IKETESTS+=16 17 18 19 20 21 22 23 IKETESTS+=29 30 31 32 33 34 35 36 37 38 39 40 -IKETESTS+=41 42 43 46 47 +IKETESTS+=41 42 43 46 49 IKEDELTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 IKEDELTESTS+=16 17 18 19 20 21 22 23 IKEDELTESTS+=29 30 31 32 33 34 35 36 37 38 39 40 -IKEDELTESTS+=41 42 43 46 47 +IKEDELTESTS+=41 42 43 46 47 48 49 50 SHELL=/bin/sh |