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/Makefile | |
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/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 31ca6cc60b2..e0251550cdc 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2001/01/27 12:03:31 niklas Exp $ +# $OpenBSD: Makefile,v 1.32 2001/02/24 04:42:47 angelos Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -51,9 +51,9 @@ OS= openbsd #OS= linux # Compile-time configuration of otherwise optional features -#FEATURES= tripledes blowfish cast policy x509 ec aggressive debug gmp +#FEATURES= tripledes des blowfish cast policy x509 ec aggressive debug gmp #FEATURES+= dnssec -FEATURES= tripledes blowfish cast policy x509 ec aggressive debug +FEATURES= tripledes des blowfish cast policy x509 ec aggressive debug #FEATURES= .PATH: ${.CURDIR}/sysdep/${OS} |