]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.sbin/Makefile
Update to zlib 1.2.4 and add versioned symbols to the
[FreeBSD/FreeBSD.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>