diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-19 21:32:52 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-19 21:32:52 +0000 |
| commit | 4870a3d34647aeb69085f598472e38e14018cf72 (patch) | |
| tree | 96f3927a279a83d59523f56f094e0ea0f2258ba2 /lib/Makefile | |
| parent | 204e56e381ccab3263a04aec2978bb960076c969 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 54d1bbc4a8da..b9219fdd0f43 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,7 +5,7 @@ # built are visible: # # csu must be built before all shared libaries for ELF. -# libcom_err must be built before libkrb, libpam and libss. +# libcom_err must be built before libkrb and libpam. # libcrypt must be built before libkrb and libpam. # libkvm must be built before libdevstat. # msun must be built before libg++ and libstdc++. @@ -26,7 +26,7 @@ SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd \ libedit libfetch libform libftpio libgnumalloc ${_libio} libipsec \ libipx libisc libmenu ${_libmp} ${_libncp} \ libnetgraph libopie libpam libpanel libpcap \ - libresolv librpcsvc libsmdb libsmutil libss \ + libresolv librpcsvc libsmdb libsmutil \ libstand ${_libtelnet} libusb ${_libvgl} libwrap libxpg4 liby libz .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) |
