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
This commit is contained in:
Brandon Gillespie 1999-01-22 15:10:05 +00:00
parent d7478bf0df
commit 2ccdfd96be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43061

View File

@ -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