diff options
Diffstat (limited to 'regress/sbin/ipsecctl/Makefile')
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index 963e4d19649..5cc945af13f 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2009/01/30 14:24:52 bluhm Exp $ +# $OpenBSD: Makefile,v 1.57 2009/08/04 15:07:54 jsing Exp $ # you can update the *.ok files with: make -i | patch # TARGETS @@ -20,6 +20,7 @@ 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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 +IKETESTS+=63 64 65 66 67 68 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 |