diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-02 00:49:45 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-02 00:49:45 +0000 |
commit | a9dfc956d6e526da7e2d0207ad0b0c497764c3c4 (patch) | |
tree | d98aa656ec9c337ee455e71c85d01b3ebed5c1cf /targets/pseudo | |
parent | ed8addefb28e2d327db3b16123841165001f0192 (diff) | |
download | src-a9dfc956d6e526da7e2d0207ad0b0c497764c3c4.tar.gz src-a9dfc956d6e526da7e2d0207ad0b0c497764c3c4.zip |
Fully connect cddl/usr.sbin/plockstat.
There seems to be no reason to keep this so private.
Also add missing optional MK_CDDL files.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=291627
Diffstat (limited to 'targets/pseudo')
-rw-r--r-- | targets/pseudo/userland/cddl/Makefile.depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/pseudo/userland/cddl/Makefile.depend b/targets/pseudo/userland/cddl/Makefile.depend index f1224a2fba96..4747c0bf4407 100644 --- a/targets/pseudo/userland/cddl/Makefile.depend +++ b/targets/pseudo/userland/cddl/Makefile.depend @@ -20,6 +20,7 @@ DIRDEPS = \ cddl/usr.sbin/dtrace \ cddl/usr.sbin/dtruss \ cddl/usr.sbin/lockstat \ + cddl/usr.sbin/plockstat \ DIRDEPS.ZFS = \ |