diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 16:01:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 16:01:25 +0000 |
commit | 0cb56fea6c76e56f664998d852a6071ce056a92d (patch) | |
tree | 52f1b01ef21ec40476cac69876d7d5b0a1300d93 /sbin | |
parent | 63d1934efd597750e2deb30a6f11a7a85c2dee0a (diff) |
Do PF_KEY per default
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 9a8c0bf7647..ee1280d2b92 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1999/03/02 15:06:12 niklas Exp $ +# $OpenBSD: Makefile,v 1.12 1999/03/24 16:01:24 niklas Exp $ # $EOM: Makefile,v 1.43 1999/03/02 14:27:47 niklas Exp $ # @@ -57,8 +57,8 @@ SRCS= app.c asn.c asn_useful.c attribute.c cert.c constants.c \ util.c x509.c # Chose one of the IPSec SADB interfacing choices -SRCS+= pf_encap.c -#SRCS+= pf_key_v2.c +#SRCS+= pf_encap.c +SRCS+= pf_key_v2.c #SRCS+= klips.c GENERATED= exchange_num.h ipsec_fld.h ipsec_num.h isakmp_fld.h \ @@ -71,7 +71,7 @@ CFLAGS+= -Wall -DNEED_SYSDEP_APP \ -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. \ #If you use PF_KEYv2 do this: -#CFLAGS+= -DUSE_PF_KEY_V2 +CFLAGS+= -DUSE_PF_KEY_V2 # Different debugging & profiling suggestions # |