summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-04 13:08:35 +0000
committerbde <bde@FreeBSD.org>1999-09-04 13:08:35 +0000
commit01b1ff17a9863eb48c7e6f1c034aa5cd4e8aa337 (patch)
tree9fdac192ea0c2c5dedd4ce761201d93324be2026 /lib
parent0bda689e9d8fb10f04be1a4ed87e66bc8232844d (diff)
downloadFreeBSD-src-01b1ff17a9863eb48c7e6f1c034aa5cd4e8aa337.zip
FreeBSD-src-01b1ff17a9863eb48c7e6f1c034aa5cd4e8aa337.tar.gz
Fixed disorder in comments.
Build libncurses early again (it had drifted into set of libraries that have no ordering requirements, but it must be built before libedit here and before some gnu libraries in ../Makefile.inc1).
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 579d4cc..d090639 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -6,10 +6,10 @@
#
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
-# libcrypt must be built before libskey.
+# libcrypt must be built before libkrb and libskey.
# libm must be built before libstdc++.
-# libmd must be built before libatm, libopie, libradius, libskey,
-# libtacplus and libcrypt.
+# libmd must be built before libatm, libcrypt, libopie, libradius, libskey,
+# and libtacplus.
# libncurses must be built before libdialog, libedit and libreadline.
# libradius must be built before libpam.
# libskey must be built before libpam.
@@ -18,14 +18,14 @@
# Otherwise, the SUBDIR list should be in alphabetical order.
SUBDIR= ${_csu} libcom_err ${_libm} libmd ${_libcrypt} \
- libradius libskey libtacplus \
+ libncurses libradius libskey libtacplus \
${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
- libcompat libdevstat libdisk libncurses libedit libfetch \
+ libcompat libdevstat libdisk libedit libfetch \
libftpio libgnumalloc ${_libio} libipx libkvm libopie libpam \
libpcap libresolv librpcsvc libss libstand \
${_libtelnet} libutil ${_libvgl} libwrap libxpg4 liby libz
-#SUBDIR+=libmenu libpanel libform
+#SUBDIR+=libform libmenu libpanel
.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT})
_csu=csu/${MACHINE_ARCH}-${OBJFORMAT}
OpenPOWER on IntegriCloud