X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/1df86978bda289b743b2fc978e82721462823b97..50ef37d2b32504c71f16f54e07ceec9123d3eb9d:/lib/Makefile diff --git a/lib/Makefile b/lib/Makefile index 479fede420..7af021ae03 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,7 +7,7 @@ # # libcom_err must be built before libkrb and libpam. # libcrypt must be built before libkrb and libpam. -# libmd must be built before libatm, libopie, libradius, and libtacplus. +# libmd must be built before libarchive, libatm, libopie, libradius, and libtacplus. # libncurses must be built before libdialog, libedit and libreadline. # libradius must be built before libpam. # libtacplus must be built before libpam. @@ -19,7 +19,7 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= csu \ - libarchive libbluetooth libcom_err libcrypt libm libmd \ + libbluetooth libcom_err libcrypt libm libmd libarchive \ libncurses libradius libtacplus libutil libsbuf \ libalias libatm ${_libbind} ${_libbind9} libbz2 libc ${_libc_r} \ libcalendar libcam libcompat libdevinfo libdevstat libedit libevent libfetch \