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/libproc | |
| parent | 790ba09ec61dd78b46bb2175eba0e1db198eaf6e (diff) | |
Notes
Diffstat (limited to 'lib/libproc')
| -rw-r--r-- | lib/libproc/Makefile.depend | 1 | ||||
| -rw-r--r-- | lib/libproc/tests/Makefile.depend | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libproc/Makefile.depend b/lib/libproc/Makefile.depend index 33b871f6a055e..89b67c997f304 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 c61b2341db160..b2fb87a7499a9 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 \ |
