diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-08-31 19:30:46 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-08-31 19:30:46 +0000 |
| commit | 776d5e11e9516b6297db6bb659602ce782cd1df1 (patch) | |
| tree | 5673cdecd9603068b4ced96213f6f051836f631f /lib | |
| parent | 790ba09ec61dd78b46bb2175eba0e1db198eaf6e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/clang/libclangformat/Makefile.depend | 1 | ||||
| -rw-r--r-- | lib/clang/libclangtoolingcore/Makefile.depend | 1 | ||||
| -rw-r--r-- | lib/libc/tests/stdlib/Makefile.depend | 3 | ||||
| -rw-r--r-- | lib/libproc/Makefile.depend | 1 | ||||
| -rw-r--r-- | lib/libproc/tests/Makefile.depend | 2 | ||||
| -rw-r--r-- | lib/librtld_db/Makefile.depend | 1 |
6 files changed, 8 insertions, 1 deletions
diff --git a/lib/clang/libclangformat/Makefile.depend b/lib/clang/libclangformat/Makefile.depend index 3e7f3f5e7165..264ede1c30ce 100644 --- a/lib/clang/libclangformat/Makefile.depend +++ b/lib/clang/libclangformat/Makefile.depend @@ -6,6 +6,7 @@ DIRDEPS = \ include/xlocale \ lib/libc++ \ lib/msun \ + usr.bin/clang/clang-tblgen.host \ .include <dirdeps.mk> diff --git a/lib/clang/libclangtoolingcore/Makefile.depend b/lib/clang/libclangtoolingcore/Makefile.depend index 3e7f3f5e7165..264ede1c30ce 100644 --- a/lib/clang/libclangtoolingcore/Makefile.depend +++ b/lib/clang/libclangtoolingcore/Makefile.depend @@ -6,6 +6,7 @@ DIRDEPS = \ include/xlocale \ lib/libc++ \ lib/msun \ + usr.bin/clang/clang-tblgen.host \ .include <dirdeps.mk> diff --git a/lib/libc/tests/stdlib/Makefile.depend b/lib/libc/tests/stdlib/Makefile.depend index 1ee1d19d8e77..1ace922e7b2a 100644 --- a/lib/libc/tests/stdlib/Makefile.depend +++ b/lib/libc/tests/stdlib/Makefile.depend @@ -11,9 +11,10 @@ DIRDEPS = \ lib/atf/libatf-c++ \ lib/libc \ lib/libc++ \ - lib/libthr \ lib/libcompiler_rt \ + lib/libcxxrt \ lib/libnetbsd \ + lib/libthr \ lib/libutil \ lib/msun \ diff --git a/lib/libproc/Makefile.depend b/lib/libproc/Makefile.depend index 33b871f6a055..89b67c997f30 100644 --- a/lib/libproc/Makefile.depend +++ b/lib/libproc/Makefile.depend @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libprocstat \ lib/librtld_db \ lib/libutil \ diff --git a/lib/libproc/tests/Makefile.depend b/lib/libproc/tests/Makefile.depend index c61b2341db16..b2fb87a7499a 100644 --- a/lib/libproc/tests/Makefile.depend +++ b/lib/libproc/tests/Makefile.depend @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librtld_db \ lib/libutil \ lib/libz \ diff --git a/lib/librtld_db/Makefile.depend b/lib/librtld_db/Makefile.depend index 90c66d42d7ae..2170d7ed9ea7 100644 --- a/lib/librtld_db/Makefile.depend +++ b/lib/librtld_db/Makefile.depend @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libelf \ + lib/libprocstat \ lib/libutil \ |
