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 /cddl | |
parent | 790ba09ec61dd78b46bb2175eba0e1db198eaf6e (diff) | |
download | src-test2-776d5e11e9516b6297db6bb659602ce782cd1df1.tar.gz src-test2-776d5e11e9516b6297db6bb659602ce782cd1df1.zip |
Notes
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/usr.sbin/dtrace/Makefile.depend | 2 | ||||
-rw-r--r-- | cddl/usr.sbin/lockstat/Makefile.depend | 2 | ||||
-rw-r--r-- | cddl/usr.sbin/plockstat/Makefile.depend | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dtrace/Makefile.depend b/cddl/usr.sbin/dtrace/Makefile.depend index 819706986006..db4aafd0a282 100644 --- a/cddl/usr.sbin/dtrace/Makefile.depend +++ b/cddl/usr.sbin/dtrace/Makefile.depend @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librtld_db \ lib/libthr \ lib/libutil \ diff --git a/cddl/usr.sbin/lockstat/Makefile.depend b/cddl/usr.sbin/lockstat/Makefile.depend index 70f0672dba3c..18ce380c1380 100644 --- a/cddl/usr.sbin/lockstat/Makefile.depend +++ b/cddl/usr.sbin/lockstat/Makefile.depend @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librt \ lib/librtld_db \ lib/libthr \ diff --git a/cddl/usr.sbin/plockstat/Makefile.depend b/cddl/usr.sbin/plockstat/Makefile.depend index 819706986006..db4aafd0a282 100644 --- a/cddl/usr.sbin/plockstat/Makefile.depend +++ b/cddl/usr.sbin/plockstat/Makefile.depend @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librtld_db \ lib/libthr \ lib/libutil \ |