From 81d469bf3e748896f858e9347d65eaafe841172c Mon Sep 17 00:00:00 2001 From: rpaulo Date: Thu, 26 Aug 2010 11:46:38 +0000 Subject: Install dtruss. Sponsored by: The FreeBSD Foundation --- cddl/usr.sbin/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cddl/usr.sbin') diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile index fe72665..49db06b 100644 --- a/cddl/usr.sbin/Makefile +++ b/cddl/usr.sbin/Makefile @@ -3,6 +3,7 @@ .include SUBDIR= ${_dtrace} \ + ${_dtruss} \ ${_lockstat} \ ${_zdb} @@ -14,6 +15,7 @@ _zdb= zdb .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" _dtrace= dtrace +_dtruss= dtruss _lockstat= lockstat .endif -- cgit v1.1