]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - cddl/usr.sbin/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>