diff options
author | bde <bde@FreeBSD.org> | 1999-09-04 13:25:57 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-09-04 13:25:57 +0000 |
commit | dadcf3d80fd384e8816b5a9c2e79c2a3ac84f47f (patch) | |
tree | d3dcb1cf2453d52867bfa68cc833caa56ba8cc95 /Makefile.inc1 | |
parent | 01b1ff17a9863eb48c7e6f1c034aa5cd4e8aa337 (diff) | |
download | FreeBSD-src-dadcf3d80fd384e8816b5a9c2e79c2a3ac84f47f.zip FreeBSD-src-dadcf3d80fd384e8816b5a9c2e79c2a3ac84f47f.tar.gz |
FIxed disorder in the comments about library build order.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index acf10ef..7770081 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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. |