FIxed disorder in the comments about library build order.

This commit is contained in:
Bruce Evans 1999-09-04 13:25:57 +00:00
parent fac91f241e
commit 7dd5e27cc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50900

View File

@ -664,13 +664,13 @@ lib-tools:
#
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
# libcrypt must be built before libskey and libkrb.
# libcrypt must be built before libkrb and libskey.
# libdes must be built before libpam.
# libkrb must be built before libpam.
# libm must be built before libstdc++.
# libmd must be built before libatm, libopie, libradius, libskey,
# libtacplus and libcrypt.
# libncurses must be built before libdialog, libedit, libreadline.
# 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.
# libtacplus must be built before libpam.