freebsd-dev/sys/modules/dtrace/Makefile
2008-05-24 19:52:19 +00:00

21 lines
276 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.include "Makefile.inc"
SUBDIR= dtmalloc \
dtrace \
dtraceall \
profile \
prototype \
sdt \
systrace
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+= fbt
.elif ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
.endif
.include <bsd.subdir.mk>