# $FreeBSD: head/sys/modules/dtrace/Makefile 190293 2009-03-22 22:07:52Z rwatson $ .include .include "Makefile.inc" SUBDIR= dtmalloc \ dtnfsclient \ dtrace \ dtraceall \ dtrace_test \ profile \ prototype \ sdt \ systrace .if ${MACHINE_ARCH} == "amd64" SUBDIR+= fbt .elif ${MACHINE_ARCH} == "i386" SUBDIR+= fbt .endif .include