summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorho <ho@openbsd.org>2002-11-21 12:15:45 +0000
committerho <ho@openbsd.org>2002-11-21 12:15:45 +0000
commit6998dad2fd1f2f177d7ce540700372e04fbe0fa0 (patch)
treece4b590ec0f9284d6d36dd6d66548e1b9e2dd9fe
parent-Wshadow nits. (diff)
downloadwireguard-openbsd-6998dad2fd1f2f177d7ce540700372e04fbe0fa0.tar.xz
wireguard-openbsd-6998dad2fd1f2f177d7ce540700372e04fbe0fa0.zip
Add 'rawkey' to FEATURES.
-rw-r--r--sbin/isakmpd/sysdep/bsdi/Makefile.sysdep3
-rw-r--r--sbin/isakmpd/sysdep/freebsd/Makefile.sysdep5
-rw-r--r--sbin/isakmpd/sysdep/netbsd/Makefile.sysdep5
3 files changed, 9 insertions, 4 deletions
diff --git a/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep b/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep
index 968fbb581be..3ee83bdc454 100644
--- a/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/bsdi/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.3 2001/08/13 14:33:35 itojun Exp $
+# $OpenBSD: Makefile.sysdep,v 1.4 2002/11/21 12:15:45 ho Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -30,6 +30,7 @@
# Override default features
FEATURES= tripledes des blowfish cast ec aggressive debug x509
+FEATURES+= rawkey
# Not yet
#FEATURES+= policy isakmp_cfg
diff --git a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep
index 23205d1861f..09f9b81ce9d 100644
--- a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.7 2002/06/09 08:13:07 todd Exp $
+# $OpenBSD: Makefile.sysdep,v 1.8 2002/11/21 12:15:45 ho Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -35,6 +35,9 @@
# Override default features
FEATURES= tripledes des blowfish cast x509 ec aggressive debug
+FEATURES+= rawkey
+# Not yet
+#FEATURES+= policy isakmp_cfg
.if defined(TOPDIR)
LIBSYSDEPDIR= ${TOPDIR}/sysdep/common/libsysdep
diff --git a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
index 635aad52e8d..e6534a7279f 100644
--- a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
+++ b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sysdep,v 1.7 2001/08/13 14:33:35 itojun Exp $
+# $OpenBSD: Makefile.sysdep,v 1.8 2002/11/21 12:15:45 ho Exp $
#
# Copyright (c) 1999 Niklas Hallqvist. All rights reserved.
@@ -29,8 +29,9 @@
# Override default features
FEATURES= tripledes des blowfish cast ec aggressive debug x509
+FEATURES+= rawkey
# Not yet
-#FEATURES+= policy
+#FEATURES+= policy isakmp_cfg
LIBGMP= /usr/pkg/lib/libgmp.a
LIBCRYPTO= /usr/lib/libcrypto.a