From 8a79fc60dccfc8500086afa4f3cd081c86aec025 Mon Sep 17 00:00:00 2001 From: jb Date: Thu, 22 May 2008 08:04:49 +0000 Subject: Add the DTrace build tools. --- cddl/usr.bin/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cddl/usr.bin/Makefile') diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile index b1fcb8e..4112e8a 100644 --- a/cddl/usr.bin/Makefile +++ b/cddl/usr.bin/Makefile @@ -2,7 +2,12 @@ .include -SUBDIR= ${_ztest} +SUBDIR= \ + ctfconvert \ + ctfdump \ + ctfmerge \ + sgsmsg \ + ${_ztest} .if ${MK_ZFS} != "no" .if ${MK_LIBTHR} != "no" -- cgit v1.1