diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:41:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-08 16:41:55 +0000 |
commit | 642f324b1c9f95a661777461d2ecc3a3b564bb92 (patch) | |
tree | e31683d46b214afad002427d017c37cf1a04469c /sbin/isakmpd/Makefile | |
parent | 65c679e15c6758ebbf1559daf889ef27febd415e (diff) |
ec and privsep always on
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 0447a1f001e..9db0922e988 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 2005/04/08 16:37:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.65 2005/04/08 16:41:54 deraadt Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -44,10 +44,10 @@ OS= openbsd #OS= bsdi # Compile-time configuration of otherwise optional features -#FEATURES+= policy ec aggressive debug gmp -#FEATURES+= rawkey isakmp_cfg dnssec privsep dpd -FEATURES+= policy ec aggressive debug -FEATURES+= rawkey isakmp_cfg privsep dpd +#FEATURES+= policy aggressive debug gmp +#FEATURES+= rawkey isakmp_cfg dnssec dpd +FEATURES+= policy aggressive debug +FEATURES+= rawkey isakmp_cfg dpd .PATH: ${.CURDIR}/sysdep/${OS} @@ -150,8 +150,9 @@ LDADD+= -ldes DPADD+= ${LIBDES} .endif -SRCS+= ${IPSEC_SRCS} ${POLICY} ${EC} ${AGGRESSIVE} ${DNSSEC} \ - ${ISAKMP_CFG} ${PRIVSEP} ${DPD} nat_traversal.c udp_encap.c +SRCS+= ${IPSEC_SRCS} ${POLICY} math_ec2n.c ${AGGRESSIVE} ${DNSSEC} \ + ${ISAKMP_CFG} ${DPD} monitor.c monitor_fdpass.c \ + nat_traversal.c udp_encap.c CFLAGS+= ${IPSEC_CFLAGS} ${DNSSEC_CFLAGS} LDADD+= ${DESLIB} ${LWRESLIB} |