summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-03-04 22:01:11 +0000
committerimp <imp@FreeBSD.org>2010-03-04 22:01:11 +0000
commit7149d27527b5a84fe6ddd1b631ebf198faf58ece (patch)
treeca45171840f1e892287dea44630b248d449551ec /lib/Makefile
parent88b3bf649652589d756d398462c484914dec9d7e (diff)
downloadFreeBSD-src-7149d27527b5a84fe6ddd1b631ebf198faf58ece.zip
FreeBSD-src-7149d27527b5a84fe6ddd1b631ebf198faf58ece.tar.gz
Remove stale references to libkrb5.
Rejigger the SUBDIR setting a smidge: we now set all the libraries that depend on something else, and then SUBDIR+= the rest. A separate commit will fix the SUBDIR style to be the same as the rest of the tree.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c661a4b..5b1efee 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,8 +9,8 @@
# csu must be built before all shared libaries for ELF.
# libc must be built before all other shared libraries.
# libbsm must be built before ibauditd.
-# libcom_err must be built before libkrb5 and libpam.
-# libcrypt must be built before libkrb5 and libpam.
+# libcom_err must be built before libpam.
+# libcrypt must be built before libpam.
# libkvm must be built before libdevstat.
# msun must be built before libg++ and libstdc++.
# libmd must be built before libatm, libopie, libradius, and libtacplus.
@@ -26,15 +26,16 @@
# libgssapi must be built before librpcsec_gss
#
# Otherwise, the SUBDIR list should be in alphabetical order.
-
-SUBDIR= ${_csu} libc libbsm libauditd libcom_err libcrypt libelf libkvm msun \
- libmd \
- ncurses ${_libnetgraph} libradius librpcsvc libsbuf \
- libtacplus libutil ${_libypclnt} libalias libarchive \
- ${_libatm} libbegemot ${_libbluetooth} ${_libbsnmp} libbz2 \
- libcalendar libcam libcompat libdevinfo libdevstat libdisk \
- libdwarf libedit ${_libefi} libexpat libfetch libftpio libgeom \
- ${_libgpib} ${_libgssapi} ${_librpcsec_gss} libipsec \
+#
+# Except it appears bind needs to be compiled last
+
+SUBDIR= ${_csu} libc libbsm libauditd libcom_err libcrypt libelf libkvm \
+ msun libmd ncurses ${_libnetgraph} libradius librpcsvc libsbuf \
+ libtacplus libutil ${_libypclnt}
+SUBDIR+=libalias libarchive ${_libatm} libbegemot ${_libbluetooth} \
+ ${_libbsnmp} libbz2 libcalendar libcam libcompat libdevinfo \
+ libdevstat libdisk libdwarf libedit ${_libefi} libexpat libfetch \
+ libftpio libgeom ${_libgpib} ${_libgssapi} ${_librpcsec_gss} libipsec \
${_libipx} libjail libkiconv libmagic libmemstat ${_libmilter} \
${_libmp} ${_libncp} ${_libngatm} libopie libpam libpcap \
${_libpmc} libproc librt ${_libsdp} ${_libsm} ${_libsmb} \
OpenPOWER on IntegriCloud