diff options
Diffstat (limited to 'sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep b/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep index 36662f6035e..98591ec5238 100644 --- a/sbin/isakmpd/sysdep/netbsd/GNUmakefile.sysdep +++ b/sbin/isakmpd/sysdep/netbsd/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. @@ -36,7 +36,7 @@ LIBSYSDEP:= ${LIBSYSDEPDIR}/libsysdep.a LDADD+= ${LIBGMP} ${LIBSYSDEP} DPADD+= ${LIBGMP} ${LIBSYSDEP} -FEATURES= debug tripledes blowfish cast ec aggressive +FEATURES= debug tripledes des blowfish cast ec aggressive # Not yet #FEATURES+= policy x509 |