diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-01 06:21:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-01 06:21:52 +0000 |
| commit | 68db232834b715671a701e59ea06dd72ee12fe8d (patch) | |
| tree | 4ee1e72bd3ef46c17a7091698043d2429e03b7de | |
| parent | 8684f73af84f4e869d2dcc72f212bf6747f32c6c (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index bbe00a2f37ad..23f75a3ddcd7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,11 +10,10 @@ # libm must be built before libstdc++. # libmd must be built before libatm, libopie, libradius, libskey, # and libtacplus. -# libncurses must be built before libdialog. +# 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. -# libtermcap must be built before libcurses, libedit and libreadline. # # Otherwise, the SUBDIR list should be in alphabetical order. |
