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 /cddl/usr.sbin | |
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 'cddl/usr.sbin')
-rw-r--r-- | cddl/usr.sbin/Makefile | 2 | ||||
-rw-r--r-- | cddl/usr.sbin/plockstat/Makefile.depend | 27 |
2 files changed, 27 insertions, 2 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile index 31b55b6c4196..3610c4e337eb 100644 --- a/cddl/usr.sbin/Makefile +++ b/cddl/usr.sbin/Makefile @@ -25,10 +25,8 @@ _zhack= zhack _dtrace= dtrace _dtruss= dtruss _lockstat= lockstat -.if defined(WITH_PLOCKSTAT) _plockstat= plockstat .endif -.endif .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" _dtrace= dtrace diff --git a/cddl/usr.sbin/plockstat/Makefile.depend b/cddl/usr.sbin/plockstat/Makefile.depend new file mode 100644 index 000000000000..819706986006 --- /dev/null +++ b/cddl/usr.sbin/plockstat/Makefile.depend @@ -0,0 +1,27 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + cddl/lib/libctf \ + cddl/lib/libdtrace \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libcxxrt \ + lib/libelf \ + lib/libproc \ + lib/librtld_db \ + lib/libthr \ + lib/libutil \ + lib/libz \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |