# $FreeBSD: src/sys/modules/dtrace/Makefile,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include .include "Makefile.inc" SUBDIR= dtmalloc \ dtnfsclient \ dtrace \ dtraceall \ dtrace_test \ lockstat \ profile \ prototype \ sdt \ systrace .if ${MACHINE_ARCH} == "amd64" SUBDIR+= fbt .elif ${MACHINE_ARCH} == "i386" SUBDIR+= fbt .endif .include