diff options
Diffstat (limited to 'sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep index 77f89d8259d..775b2cd215a 100644 --- a/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd-encap/GNUmakefile.sysdep @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile.sysdep,v 1.2 2001/01/28 22:38:49 niklas Exp $ +# $OpenBSD: GNUmakefile.sysdep,v 1.3 2001/02/24 04:42:49 angelos Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -34,7 +34,7 @@ # # Compile-time configuration of otherwise optional features -FEATURES= tripledes blowfish cast policy x509 ec aggressive debug +FEATURES= tripledes des blowfish cast policy x509 ec aggressive debug LIBGMP:= /usr/lib/libgmp.a LIBDES:= /usr/lib/libdes.a |