Merge OpenZFS support in to HEAD.
[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         ${_zstreamdump} \
12         ${_ztest}
13
14 SUBDIR.${MK_TESTS}+= tests
15
16 .if ${MK_ZFS} != "no"
17 _zinject= zinject
18 .if ${MK_LIBTHR} != "no"
19 _ztest= ztest
20 _zstream = zstream
21 .endif
22 .endif
23
24 SUBDIR_PARALLEL=
25
26 .include <bsd.subdir.mk>