diff options
author | sjg <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-03-11 17:21:52 +0000 |
commit | 6d37b86f2b6abb5c0c11a9162e37ddc0ad94f01d (patch) | |
tree | c7c6432bea7a4d89ef9b8fc3cd74ebbe223187dc /usr.sbin/bsdinstall | |
parent | 80040a24a485c0a91c3dfbf7f98a46eae030e911 (diff) | |
download | FreeBSD-src-6d37b86f2b6abb5c0c11a9162e37ddc0ad94f01d.zip FreeBSD-src-6d37b86f2b6abb5c0c11a9162e37ddc0ad94f01d.tar.gz |
Updated dependencies
Diffstat (limited to 'usr.sbin/bsdinstall')
-rw-r--r-- | usr.sbin/bsdinstall/distextract/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/distfetch/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/bsdinstall/partedit/Makefile.depend | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/distextract/Makefile.depend b/usr.sbin/bsdinstall/distextract/Makefile.depend index 7b51d65..7d3e85e 100644 --- a/usr.sbin/bsdinstall/distextract/Makefile.depend +++ b/usr.sbin/bsdinstall/distextract/Makefile.depend @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libarchive \ lib/libc \ + lib/libcompiler_rt \ lib/msun \ lib/ncurses/ncursesw \ diff --git a/usr.sbin/bsdinstall/distfetch/Makefile.depend b/usr.sbin/bsdinstall/distfetch/Makefile.depend index 664b45e..8d38d74 100644 --- a/usr.sbin/bsdinstall/distfetch/Makefile.depend +++ b/usr.sbin/bsdinstall/distfetch/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libfetch \ lib/msun \ lib/ncurses/ncursesw \ diff --git a/usr.sbin/bsdinstall/partedit/Makefile.depend b/usr.sbin/bsdinstall/partedit/Makefile.depend index 7bd84b4..6fb2e12 100644 --- a/usr.sbin/bsdinstall/partedit/Makefile.depend +++ b/usr.sbin/bsdinstall/partedit/Makefile.depend @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ lib/libgeom \ lib/libutil \ lib/msun \ |