summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrandon <brandon@FreeBSD.org>1999-01-22 15:10:05 +0000
committerbrandon <brandon@FreeBSD.org>1999-01-22 15:10:05 +0000
commitd1ac7fffdbbfd61278b16d1228293a1fd8d92231 (patch)
treea710dd497a543849f4f681d45f7c0c3381c3fc7b /Makefile.inc1
parentaa2df6372bce0a1dcae16e928a44876f49cc745e (diff)
downloadFreeBSD-src-d1ac7fffdbbfd61278b16d1228293a1fd8d92231.zip
FreeBSD-src-d1ac7fffdbbfd61278b16d1228293a1fd8d92231.tar.gz
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 197acfa..1c19d9b 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
OpenPOWER on IntegriCloud