freebsd-dev/cddl/usr.bin/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
207 B
Makefile
Raw Normal View History

.include <src.opts.mk>
SUBDIR.${MK_DTRACE}+= \
2008-05-22 08:04:49 +00:00
ctfconvert \
ctfdump \
ctfmerge
SUBDIR.${MK_TESTS}+= tests
SUBDIR.${MK_ZFS}+= \
zinject \
ztest \
zstream
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>