summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep6
-rw-r--r--sbin/isakmpd/sysdep/netbsd/Makefile.sysdep6
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep
index 98591ec5238..1068bc7154e 100644
--- a/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep
+++ b/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: GNUmakefile.sysdep,v 1.3 2001/02/24 04:42:49 angelos Exp $
+# $OpenBSD: GNUmakefile.sysdep,v 1.4 2001/04/03 10:55:22 niklas Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -36,9 +36,9 @@ LIBSYSDEP:= ${LIBSYSDEPDIR}/libsysdep.a
LDADD+= ${LIBGMP} ${LIBSYSDEP}
DPADD+= ${LIBGMP} ${LIBSYSDEP}
-FEATURES= debug tripledes des blowfish cast ec aggressive
+FEATURES= debug tripledes des blowfish cast ec aggressive x509
# Not yet
-#FEATURES+= policy x509
+#FEATURES+= policy
CFLAGS+= -DNO_RSA -DNO_RC5 -DNO_IDEA \
-I${.CURDIR}/sysdep/common -I/usr/include/openssl \
diff --git a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
index 4849d1eaa91..0a2ff2b89ad 100644
--- a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.4 2001/02/24 04:42:49 angelos Exp $
+# $OpenBSD: Makefile.sysdep,v 1.5 2001/04/03 10:55:21 niklas Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -28,9 +28,9 @@
#
# Override default features
-FEATURES= tripledes des blowfish cast ec aggressive debug
+FEATURES= tripledes des blowfish cast ec aggressive debug x509
# Not yet
-#FEATURES+= policy x509
+#FEATURES+= policy
LIBGMP= /usr/pkg/lib/libgmp.a
LIBCRYPTO= /usr/lib/libcrypto.a