aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-05-02 14:16:19 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-05-02 14:16:19 +0000
commita04f2acdec9a2c0a1ce79789557d0fbe610eae42 (patch)
treea217280253220b9eb68f0e049812cd65354aeef5 /lib/Makefile
parentbf1b6fe5eee43aa423fb9d2fbb4b95474d751dad (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b934bba834a7..82b4ea47d262 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -7,7 +7,7 @@
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libkrb, libpam and libss.
# libcrypt must be built before libkrb, libpam and libskey.
-# libm must be built before libg++ and libstdc++.
+# msun must be built before libg++ and libstdc++.
# libmd must be built before libatm, libopie, libradius, libskey, and
# libtacplus.
# libncurses must be built before libdialog, libedit and libreadline.
@@ -19,7 +19,7 @@
#
# Otherwise, the SUBDIR list should be in alphabetical order.
-SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} 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 \
@@ -56,12 +56,6 @@ _libncp= libncp
_libvgl= libvgl
.endif
-.if defined(WANT_CSRG_LIBM)
-_libm= libm
-.else
-_libm= msun
-.endif
-
.if ${MACHINE_ARCH} == "alpha"
_libio= libio
.endif