From 2ccdfd96be188fd717008fa5db8d43fad7da0d89 Mon Sep 17 00:00:00 2001 From: Brandon Gillespie Date: Fri, 22 Jan 1999 15:10:05 +0000 Subject: [PATCH] One more fix to remove secure/lib/libcrypt from the build (both cases are now handled in lib/libcrypt, depending upon if secure/lib/libcrypt/crypt-des.c exists) Reviewed by: Mark Murray --- Makefile.inc1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 197acfa8fe55..1c19d9b0a251 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.58 1999/01/07 13:09:15 eivind Exp $ +# $Id: Makefile.inc1,v 1.59 1999/01/20 05:45:57 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -648,12 +648,7 @@ _csu=lib/csu/i386-elf _csu=lib/csu/${MACHINE_ARCH} .endif -.if !defined(NOSECURE) && !defined(NOCRYPT) -_libcrypt= secure/lib/libcrypt lib/libcrypt -_secure_lib= secure/lib -.else _libcrypt= lib/libcrypt -.endif .if !defined(NOCRYPT) && defined(MAKE_KERBEROS4) _kerberosIV_lib=kerberosIV/lib