]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.bin/Makefile
Merge commit 'ce929fe84f9c453263af379f3b255ff8eca01d48'
[FreeBSD/FreeBSD.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= \
6         ctfconvert \
7         ctfdump \
8         ctfmerge \
9         ${_zinject} \
10         ${_zstream} \
11         ${_ztest}
12
13 SUBDIR.${MK_TESTS}+= tests
14
15 .if ${MK_ZFS} != "no"
16 _zinject= zinject
17 _ztest= ztest
18 _zstream = zstream
19 .endif
20
21 SUBDIR_PARALLEL=
22
23 .include <bsd.subdir.mk>