diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-25 12:45:39 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-25 12:45:39 +0000 |
| commit | 419cecb8e0e2fb3eb65095a5edae9f9d4e2d222a (patch) | |
| tree | dbd4ef6bafadb62af8271e34e8f589175097db8d /lib | |
| parent | d5e01179f79f6b13c328ee9f291fe6e2ead7348d (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6f8208117cb6..9d5f1ebae1c4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,6 +5,7 @@ # built are visible: # # csu must be built before all shared libaries for ELF. +# libc must be built before all other shared libraries # libcom_err must be built before libkrb5 and libpam. # libcrypt must be built before libkrb5 and libpam. # libkvm must be built before libdevstat. @@ -22,10 +23,10 @@ # # Otherwise, the SUBDIR list should be in alphabetical order. -SUBDIR= ${_csu} libbsm libcom_err libcrypt libkvm msun libmd ncurses \ +SUBDIR= ${_csu} libc libbsm libcom_err libcrypt libkvm msun libmd ncurses \ libnetgraph libradius librpcsvc libsbuf libtacplus libutil \ ${_libypclnt} libalias libarchive ${_libatm} \ - libbegemot ${_libbluetooth} libbsnmp libbz2 libc ${_libc_r} \ + libbegemot ${_libbluetooth} libbsnmp libbz2 ${_libc_r} \ libcalendar libcam libcompat libdevinfo libdevstat ${_libdisk} \ libedit libexpat libfetch libftpio libgeom ${_libgpib} \ ${_libio} libipsec \ |
