diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2005-02-10 15:00:37 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2005-02-10 15:00:37 +0000 |
commit | 21e87f9a6df330145ac9af3aeb225af12c6be537 (patch) | |
tree | 6f5525f664e49d1a4970232d8930531407b16d49 | |
parent | 7479a991f0db71b2f78432331061d6af07105dee (diff) |
Also add DPD.
-rw-r--r-- | sbin/isakmpd/GNUmakefile | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile index 659b4184dcc..ca2e831d454 100644 --- a/sbin/isakmpd/GNUmakefile +++ b/sbin/isakmpd/GNUmakefile @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile,v 1.10 2005/02/10 13:07:23 ho Exp $ +# $OpenBSD: GNUmakefile,v 1.11 2005/02/10 15:00:36 ho Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -173,7 +173,7 @@ CFLAGS+= -DUSE_RAWKEY endif SRCS+= ${IPSEC_SRCS} ${X509} ${POLICY} ${EC} ${AGGRESSIVE} ${DNSSEC} \ - ${ISAKMP_CFG} ${NAT_TRAVERSAL} + ${ISAKMP_CFG} ${NAT_TRAVERSAL} ${DPD} CFLAGS+= ${IPSEC_CFLAGS} LDADD+= ${DESLIB} DPADD+= ${DESLIBDEP} diff --git a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep index c999931a85d..073c1ca6b0e 100644 --- a/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/linux/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile.sysdep,v 1.10 2005/02/10 13:07:23 ho Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.11 2005/02/10 15:00:36 ho Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -39,7 +39,7 @@ CFLAGS+= -DUSE_OLD_SOCKADDR -DHAVE_PCAP \ -I/usr/include/openssl FEATURES= debug tripledes blowfish cast ec aggressive x509 policy -FEATURES+= des aes nat_traversal +FEATURES+= des aes nat_traversal dpd IPSEC_SRCS= pf_key_v2.c IPSEC_CFLAGS= -DUSE_PF_KEY_V2 |