]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - cddl/usr.sbin/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / cddl / usr.sbin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= dtrace \
6         lockstat \
7         ${_zdb}
8
9 .if ${MK_ZFS} != "no"
10 .if ${MK_LIBTHR} != "no"
11 _zdb=   zdb
12 .endif
13 .endif
14
15 .include <bsd.subdir.mk>