]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/usr.bin/Makefile
MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.
[FreeBSD/stable/10.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         ${_tests} \
11         ${_zinject} \
12         ${_zlook} \
13         ${_zstreamdump} \
14         ${_ztest}
15
16 .if ${MK_TESTS} != "no"
17 _tests= tests
18 .endif
19
20 .if ${MK_ZFS} != "no"
21 _zinject= zinject
22 #_zlook= zlook
23 .if ${MK_LIBTHR} != "no"
24 _ztest= ztest
25 _zstreamdump = zstreamdump
26 .endif
27 .endif
28
29 .include <bsd.subdir.mk>