]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - cddl/usr.sbin/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / cddl / usr.sbin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= ${_dtrace} \
6         ${_dtruss} \
7         ${_lockstat} \
8         ${_zdb}
9
10 .if ${MK_ZFS} != "no"
11 .if ${MK_LIBTHR} != "no"
12 _zdb=   zdb
13 .endif
14 .endif
15
16 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
17 _dtrace=        dtrace
18 _dtruss=        dtruss
19 _lockstat=      lockstat
20 .endif
21
22 .include <bsd.subdir.mk>