head	1.3;
access;
symbols
	old_RELEASE_4_11_0:1.2
	old_RELEASE_5_3_0:1.2
	old_RELEASE_4_10_0:1.2
	old_RELEASE_5_2_1:1.2
	old_RELEASE_5_2_0:1.2
	old_RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.2
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.2
	old_RELEASE_4_6_1:1.2
	old_RELEASE_4_6_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.2
	old_RELEASE_4_2_0:1.2
	old_RELEASE_4_1_1:1.1.1.1
	old_RELEASE_4_1_0:1.1.1.1
	old_v20000705a:1.1.1.1
	old_KAME:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2005.02.01.18.59.09;	author sumikawa;	state dead;
branches;
next	1.2;

1.2
date	2000.10.16.21.02.15;	author sumikawa;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.05.09.19.28;	author sumikawa;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.07.05.09.19.28;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.3
log
@"racoon2" is a system to exchange and to install security parameters
for the IPsec.

Currently the system supports the following specification:

        Internet Key Exchange (IKEv2) Protocol
        draft-ietf-ipsec-ikev2-17.txt
        (The IKE daemon is not included in the current release due to IPR issue)

        Kerberized Internet Negotiation of Keys (KINK)
        draft-ietf-kink-kink-06.txt

        PF_KEY Key Management API, Version 2
        RFC2367

The following protocols will be supported soon.

        The Internet Key Exchange (IKE)
        RFC2409

WWW: http://www.kame.net/

This port was repocopied from secutiry/racoon.
PR:		ports/76814
@
text
@--- ../libipsec/Makefile.orig	Sun Jun 11 23:54:31 2000
+++ ../libipsec/Makefile	Tue Oct 17 01:06:10 2000
@@@@ -25,12 +25,13 @@@@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 
-.if exists(${.CURDIR}/../Makefile.opsys)
-.include "${.CURDIR}/../Makefile.opsys"
-.endif
+#.if exists(${.CURDIR}/../Makefile.opsys)
+#.include "${.CURDIR}/../Makefile.opsys"
+#.endif
+OPSYS!=	uname -s
 
 LIB=	ipsec
-CFLAGS+=-g
+CFLAGS+=-g -I.
 .if (${OPSYS} != "NetBSD")
 CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6
 .else
@


1.2
log
@Upgrade to 20001017 snapshot.
@
text
@@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- ../libipsec/Makefile-	Mon Jun 12 00:02:28 2000
+++ ../libipsec/Makefile	Mon Jun 12 00:02:49 2000
@@@@ -25,9 +25,10 @@@@
d16 5
a20 1
 CFLAGS+=-g
@


1.1.1.1
log
@racoon: KAME IKE daemon
@
text
@@
