From a704c8860fd75e57aba1df950d70d11c95c14149 Mon Sep 17 00:00:00 2001 From: gonzo Date: Sat, 24 Mar 2012 05:29:07 +0000 Subject: Enable build of DTrace-related userland parts for MIPS --- cddl/usr.sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cddl/usr.sbin') 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 -- cgit v1.1