diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-02-24 04:42:50 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-02-24 04:42:50 +0000 |
commit | 90dd6a03cb164222406947bb3ddc717b060a2476 (patch) | |
tree | 0fd6644d7a7f3fd29b70fa198fb9e3c26d517cd8 /sbin/isakmpd/sysdep/freebsd | |
parent | 5935d29a2f96630b8e2b1796f8392067115fd0f0 (diff) |
Make DES a feature, so isakmpd can compile on Linux (most of the fixed
by newsham@lava.net)
Diffstat (limited to 'sbin/isakmpd/sysdep/freebsd')
-rw-r--r-- | sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep | 4 | ||||
-rw-r--r-- | sbin/isakmpd/sysdep/freebsd/Makefile.sysdep | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep index 078011d70cc..71c262be8d7 100644 --- a/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/freebsd/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.3 2001/02/24 04:42:48 angelos Exp $ # # Copyright (c) 1999 Håkan Olsson. All rights reserved. @@ -42,7 +42,7 @@ LIBSYSDEP:= ${LIBSYSDEPDIR}/libsysdep.a LDADD+= -lgmp ${LIBSYSDEP} DPADD+= ${LIBGMP} ${LIBSYSDEP} -FEATURES= debug tripledes blowdish cast ec aggressive +FEATURES= debug tripledes des blowdish cast ec aggressive # Not yet #FEATURES+= policy x509 diff --git a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep index 9e9420492c4..dbf36698be9 100644 --- a/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/freebsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sysdep,v 1.2 2001/01/28 22:38:48 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.3 2001/02/24 04:42:48 angelos Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -34,7 +34,7 @@ # # Override default features -FEATURES= tripledes blowfish cast ec aggressive debug +FEATURES= tripledes des blowfish cast ec aggressive debug .if defined(TOPDIR) LIBSYSDEPDIR= ${TOPDIR}/sysdep/common/libsysdep |