# $FreeBSD: head/sys/modules/dtrace/Makefile 211690 2010-08-23 06:13:29Z imp $ .include .include "Makefile.inc" SUBDIR= dtmalloc \ dtnfsclient \ dtrace \ dtraceall \ dtrace_test \ lockstat \ profile \ prototype \ sdt \ systrace .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" SUBDIR+= fbt .endif .include