diff options
author | bde <bde@FreeBSD.org> | 2000-01-21 02:00:53 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-01-21 02:00:53 +0000 |
commit | 101b6ec95e9021c6c0c5d5769a6cd2df0d160b5f (patch) | |
tree | 2703844db276781d86f5e0835808c219525a3f49 /lib/Makefile | |
parent | 16af9976b623dd051179c96a587b8f34c4c8ac00 (diff) | |
download | FreeBSD-src-101b6ec95e9021c6c0c5d5769a6cd2df0d160b5f.zip FreeBSD-src-101b6ec95e9021c6c0c5d5769a6cd2df0d160b5f.tar.gz |
Oops, The dependency of libcrypt on libmd went away before it was "fixed"
here.
Reported by: peter
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 0380ba1..0492e70 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,8 +8,8 @@ # libcom_err must be built before libkrb, libpam and libss. # libcrypt must be built before libkrb, libpam and libskey. # libm must be built before libg++ and libstdc++. -# libmd must be built before libatm, libcrypt, libopie, libradius, libskey, -# and libtacplus. +# libmd must be built before libatm, 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,7 +18,7 @@ # # Otherwise, the SUBDIR list should be in alphabetical order. -SUBDIR= ${_csu} libcom_err libmd ${_libcrypt} ${_libm} \ +SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \ libncurses libradius libskey libtacplus libutil \ ${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \ libcam libcompat libdevstat libdisk libedit libfetch libform \ |