]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/dtrace/Makefile
Remove 'fasttrap' module for amd64 for now as the code is not there
[FreeBSD/FreeBSD.git] / sys / modules / dtrace / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4 .include "Makefile.inc"
5
6 SUBDIR=         dtmalloc        \
7                 dtrace          \
8                 dtraceall       \
9                 profile         \
10                 prototype       \
11                 sdt             \
12                 systrace
13
14 .if ${MACHINE_ARCH} == "amd64"
15 SUBDIR+=        fbt
16 .elif ${MACHINE_ARCH} == "i386"
17 SUBDIR+=        fbt
18 .endif
19
20 .include <bsd.subdir.mk>