freebsd-skq/sys/modules/dtrace/Makefile
Rui Paulo 4fbdc85400 Enable fasttrap and make dtraceall depend on fasttrap when building i386
or amd64.

Sponsored by:	The FreeBSD Foundation
2010-08-24 13:21:05 +00:00

22 lines
320 B
Makefile

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