# $FreeBSD$ .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