diff options
author | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
commit | 292ec5d30116249866ff9372c7f251c8b80bc68a (patch) | |
tree | fd051d63a6cb6beb1d8b5e4cf627a3b579cc3a7f /usr.sbin/bsdinstall/distextract | |
parent | a5de61803fa4ecb0ce4fc862691339e982333ab2 (diff) | |
download | FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.zip FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.tar.gz |
Updated dependencies
Diffstat (limited to 'usr.sbin/bsdinstall/distextract')
-rw-r--r-- | usr.sbin/bsdinstall/distextract/Makefile.depend | 5 |
1 files changed, 5 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> |