# $FreeBSD: stable/10/sys/modules/dtrace/Makefile 260670 2014-01-15 05:19:37Z jhibbits $ .include .include "Makefile.inc" SUBDIR= dtmalloc \ dtnfscl \ dtnfsclient \ dtrace \ dtraceall \ dtrace_test \ dtio \ lockstat \ profile \ prototype \ sdt \ systrace .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" SUBDIR+= fasttrap fbt systrace_linux32 .endif .if ${MACHINE_CPUARCH} == "powerpc" SUBDIR+= fbt fasttrap .endif .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64" SUBDIR+= systrace_freebsd32 .endif .include