]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/dtrace/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / dtrace / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4 .include "Makefile.inc"
5
6 SUBDIR=         dtmalloc        \
7                 dtnfsclient     \
8                 dtrace          \
9                 dtraceall       \
10                 dtrace_test     \
11                 lockstat        \
12                 profile         \
13                 prototype       \
14                 sdt             \
15                 systrace
16
17 .if ${MACHINE_ARCH} == "amd64"
18 SUBDIR+=        fbt
19 .elif ${MACHINE_ARCH} == "i386"
20 SUBDIR+=        fbt
21 .endif
22
23 .include <bsd.subdir.mk>