]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - cddl/usr.bin/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= \
6         ctfconvert \
7         ctfdump \
8         ctfmerge \
9         sgsmsg \
10         ${_zinject} \
11         ${_zlook} \
12         ${_zstreamdump} \
13         ${_ztest}
14
15 .if ${MK_ZFS} != "no"
16 _zinject= zinject
17 #_zlook= zlook
18 .if ${MK_LIBTHR} != "no"
19 _ztest= ztest
20 _zstreamdump = zstreamdump
21 .endif
22 .endif
23
24 .include <bsd.subdir.mk>