diff options
Diffstat (limited to 'usr.sbin/bsdinstall')
-rw-r--r-- | usr.sbin/bsdinstall/distextract/Makefile.depend | 5 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/distfetch/Makefile.depend | 2 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/partedit/Makefile.depend | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/distextract/Makefile.depend b/usr.sbin/bsdinstall/distextract/Makefile.depend index 7d3e85e..bf6f768 100644 --- a/usr.sbin/bsdinstall/distextract/Makefile.depend +++ b/usr.sbin/bsdinstall/distextract/Makefile.depend @@ -9,10 +9,15 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libarchive \ + lib/libbz2 \ lib/libc \ lib/libcompiler_rt \ + lib/libexpat \ + lib/liblzma \ + lib/libz \ lib/msun \ lib/ncurses/ncursesw \ + secure/lib/libcrypto \ .include <dirdeps.mk> diff --git a/usr.sbin/bsdinstall/distfetch/Makefile.depend b/usr.sbin/bsdinstall/distfetch/Makefile.depend index 8d38d74..9bf11e3 100644 --- a/usr.sbin/bsdinstall/distfetch/Makefile.depend +++ b/usr.sbin/bsdinstall/distfetch/Makefile.depend @@ -13,6 +13,8 @@ DIRDEPS = \ lib/libfetch \ lib/msun \ lib/ncurses/ncursesw \ + secure/lib/libcrypto \ + secure/lib/libssl \ .include <dirdeps.mk> diff --git a/usr.sbin/bsdinstall/partedit/Makefile.depend b/usr.sbin/bsdinstall/partedit/Makefile.depend index 6fb2e12..c82f3b2 100644 --- a/usr.sbin/bsdinstall/partedit/Makefile.depend +++ b/usr.sbin/bsdinstall/partedit/Makefile.depend @@ -10,7 +10,9 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libexpat \ lib/libgeom \ + lib/libsbuf \ lib/libutil \ lib/msun \ lib/ncurses/ncursesw \ |