]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - cddl/usr.bin/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= \
6         ctfconvert \
7         ctfdump \
8         ctfmerge \
9         ${_tests} \
10         ${_zinject} \
11         ${_zlook} \
12         ${_zstreamdump} \
13         ${_ztest}
14
15 .if ${MK_TESTS} != "no"
16 _tests= tests
17 .endif
18
19 .if ${MK_ZFS} != "no"
20 _zinject= zinject
21 #_zlook= zlook
22 .if ${MK_LIBTHR} != "no"
23 _ztest= ztest
24 _zstreamdump = zstreamdump
25 .endif
26 .endif
27
28 SUBDIR_PARALLEL=
29
30 .include <bsd.subdir.mk>