summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r--sbin/isakmpd/sysdep/bsdi/Makefile.sysdep4
-rw-r--r--sbin/isakmpd/sysdep/freebsd/Makefile.sysdep4
-rw-r--r--sbin/isakmpd/sysdep/netbsd/Makefile.sysdep3
-rw-r--r--sbin/isakmpd/sysdep/openbsd/Makefile.sysdep4
4 files changed, 8 insertions, 7 deletions
diff --git a/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep b/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep
index 8814b0323fb..968fbb581be 100644
--- a/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.2 2001/07/18 20:52:39 markus Exp $
+# $OpenBSD: Makefile.sysdep,v 1.3 2001/08/13 14:33:35 itojun Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -52,7 +52,7 @@ CFLAGS+= -I/usr/build/keynote
LDFLAGS+= -L/usr/build/keynote
.endif
-CFLAGS+= -DNO_IDEA -DNO_RC5 -DHAVE_GETNAMEINFO \
+CFLAGS+= -DNO_IDEA -DNO_RC5 -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \
-I${.CURDIR}/sysdep/common
CFLAGS+= -I/usr/include -I/usr/contrib/include
diff --git a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep
index c65a6d3c4a1..cedb1adb30a 100644
--- a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.4 2001/06/29 22:18:58 itojun Exp $
+# $OpenBSD: Makefile.sysdep,v 1.5 2001/08/13 14:33:35 itojun Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -45,7 +45,7 @@ LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep
LDADD+= -lgmp ${LIBSYSDEPDIR}/libsysdep.a -L/usr/local/lib
DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a
-CFLAGS+= -DHAVE_GETNAMEINFO \
+CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \
-I${.CURDIR}/sysdep/common -I/usr/include \
-I/usr/local/include -I/usr/local/include/openssl
diff --git a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
index 8813a9227d8..635aad52e8d 100644
--- a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.6 2001/06/29 22:18:59 itojun Exp $
+# $OpenBSD: Makefile.sysdep,v 1.7 2001/08/13 14:33:35 itojun Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -40,6 +40,7 @@ LDADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a -lipsec
DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a ${LIBIPSEC}
CFLAGS+= -DNO_RSA -DNO_IDEA -DNO_RC5 -DHAVE_GETNAMEINFO \
+ -DHAVE_GETIFADDRS \
-I${.CURDIR}/sysdep/common
.if exists(/usr/pkg/include/openssl/rsa.h)
CFLAGS+= -I/usr/pkg/include/openssl
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
index 9eae1cd0586..3e2fbcfd722 100644
--- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.18 2001/06/29 19:40:36 ho Exp $
+# $OpenBSD: Makefile.sysdep,v 1.19 2001/08/13 14:33:35 itojun Exp $
# $EOM: Makefile.sysdep,v 1.18 2001/01/26 10:55:22 niklas Exp $
#
@@ -37,7 +37,7 @@
IPSEC_SRCS= pf_key_v2.c
IPSEC_CFLAGS= -DUSE_PF_KEY_V2
-CFLAGS+= -Werror -DHAVE_GETNAMEINFO -DHAVE_PCAP
+CFLAGS+= -Werror -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS -DHAVE_PCAP
# Some OpenBSD systems do not provide dlopen(3).
#.if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m88k"