summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-03-24 05:29:07 +0000
committergonzo <gonzo@FreeBSD.org>2012-03-24 05:29:07 +0000
commita704c8860fd75e57aba1df950d70d11c95c14149 (patch)
tree0b331f56801dc208e17fe6c942385508dbfb3d51 /cddl/usr.sbin
parent93809282b9e5f64dcaaf3f195c243154cf17d159 (diff)
downloadFreeBSD-src-a704c8860fd75e57aba1df950d70d11c95c14149.zip
FreeBSD-src-a704c8860fd75e57aba1df950d70d11c95c14149.tar.gz
Enable build of DTrace-related userland parts for MIPS
Diffstat (limited to 'cddl/usr.sbin')
-rw-r--r--cddl/usr.sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 49db06b..a84715b 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -19,4 +19,8 @@ _dtruss= dtruss
_lockstat= lockstat
.endif
+.if ${MACHINE_CPUARCH} == "mips"
+_dtrace= dtrace
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud