summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin/Makefile
diff options
context:
space:
mode:
authorsson <sson@FreeBSD.org>2009-05-27 01:30:23 +0000
committersson <sson@FreeBSD.org>2009-05-27 01:30:23 +0000
commitdc2eb1b92ac858ad80ad8666106694e31132c066 (patch)
treeab9301fa2457910452e91e55cd8898082645985d /cddl/usr.sbin/Makefile
parentf8b28486a955d6d96d6bb28e0c908a897cf83d1e (diff)
downloadFreeBSD-src-dc2eb1b92ac858ad80ad8666106694e31132c066.zip
FreeBSD-src-dc2eb1b92ac858ad80ad8666106694e31132c066.tar.gz
Add the OpenSolaris lockstat(1M) command. Requires the dtrace driver,
the lockstat provider, and the ksyms(4) pseudo driver kernel modules. Approved by: gnn (mentor)
Diffstat (limited to 'cddl/usr.sbin/Makefile')
-rw-r--r--cddl/usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 06c6894..f7c32f3 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -3,6 +3,7 @@
.include <bsd.own.mk>
SUBDIR= dtrace \
+ lockstat \
${_zdb}
.if ${MK_ZFS} != "no"
OpenPOWER on IntegriCloud