aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2008-05-22 23:06:19 +0000
committerJohn Birrell <jb@FreeBSD.org>2008-05-22 23:06:19 +0000
commit4ead756ac83260494244f7fdd2a97dad97b42bf1 (patch)
treee5a0ec293f1d7736d21aa45a111331d77e9eb26f /cddl/usr.sbin/Makefile
parenta2cfa5b7ee1b769c5cc9f4f2f74ebcc1bb2eb3be (diff)
downloadsrc-4ead756ac83260494244f7fdd2a97dad97b42bf1.tar.gz
src-4ead756ac83260494244f7fdd2a97dad97b42bf1.zip
Add the dtrace client app to the build.
Notes
Notes: svn path=/head/; revision=179221
Diffstat (limited to 'cddl/usr.sbin/Makefile')
-rw-r--r--cddl/usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 5d1cea38ade9..06c68941ef17 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -2,7 +2,8 @@
.include <bsd.own.mk>
-SUBDIR= ${_zdb}
+SUBDIR= dtrace \
+ ${_zdb}
.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no"