PERFORCE change 207148 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Mar 1 06:16:38 UTC 2012


http://p4web.freebsd.org/@@207148?ac=10

Change 207148 by gonzo at gonzo_thinkpad on 2012/03/01 06:16:26

	- set dtrace name conditionally

Affected files ...

.. //depot/projects/dtrace-mips/cddl/usr.sbin/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace-mips/cddl/usr.sbin/Makefile#3 (text+ko) ====

@@ -13,12 +13,14 @@
 .endif
 .endif
 
-_dtrace=	dtrace
-
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
 _dtrace=	dtrace
 _dtruss=	dtruss
 _lockstat=	lockstat
 .endif
 
+.if ${MACHINE_CPUARCH} == "mips"
+_dtrace=	dtrace
+.endif
+
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list