xref: /freebsd/cddl/usr.bin/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3SUBDIR.${MK_DTRACE}+= \
4	ctfconvert \
5	ctfdump \
6	ctfmerge
7
8SUBDIR.${MK_TESTS}+= tests
9
10SUBDIR.${MK_ZFS}+= \
11	zinject \
12	ztest \
13	zstream
14
15SUBDIR_PARALLEL=
16
17.include <bsd.subdir.mk>
18