diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-08-08 14:51:52 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-08-08 14:51:52 +0000 |
commit | fbdeef4d99774dc46bcd3e3e24e3493f1b2b9763 (patch) | |
tree | 5b59b8dd9504d8e64fc7bb1b04e6632d4c8e6162 | |
parent | 46871c37009eafd817baab2c036555bbabde724f (diff) |
no test "ipsec13" yet
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index f4519d8acef..5b4fa15f154 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2005/08/08 14:44:59 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.3 2005/08/08 14:51:51 hshoexer Exp $ # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches # ipsecNN.ok # tcpmd5: same as above, but for tcpmd5 rules -IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 +IPSECTESTS=1 2 3 4 5 6 7 8 9 10 11 12 TCPMD5TESTS=1 2 SATESTS=1 2 3 4 |