summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 3db3e82..e84d25d2 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -19,7 +19,7 @@
#
# Otherwise, the SUBDIR list should be in alphabetical order.
-SUBDIR= ${_csu} libcom_err ${_libcrypt} msun libmd \
+SUBDIR= ${_csu} libcom_err libcrypt msun libmd \
libncurses libradius libskey libtacplus libutil \
${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \
libcam libcompat libdevstat libdisk libedit libfetch libform \
@@ -43,13 +43,6 @@ _libc_r= libc_r
_libbind= libbind
.endif
-_libcrypt= libcrypt
-.if exists(${.CURDIR}/../secure) && !defined(NOSECURE) && !defined(NOCRYPT) && !defined(NO_DESCRYPT)
-# Build both libraries. They have different names, so no harm,
-# and this avoids having stale libscrypt.*
-_libcrypt+= ../secure/lib/libcrypt
-.endif
-
.if ${MACHINE_ARCH} == "i386"
_compat= compat
_libncp= libncp
OpenPOWER on IntegriCloud