freebsd-dev/sys/modules/dtrace/Makefile
2012-03-24 05:15:14 +00:00

24 lines
410 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.include "Makefile.inc"
SUBDIR= dtmalloc \
dtnfscl \
dtnfsclient \
dtrace \
dtraceall \
dtrace_test \
prototype \
sdt \
systrace
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SUBDIR+= fasttrap fbt lockstat profile systrace_linux32
.endif
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= systrace_freebsd32
.endif
.include <bsd.subdir.mk>