freebsd-dev/cddl/usr.bin/Makefile
2021-06-08 22:21:11 +02:00

24 lines
278 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR= \
ctfconvert \
ctfdump \
ctfmerge \
${_zinject} \
${_zstream} \
${_ztest}
SUBDIR.${MK_TESTS}+= tests
.if ${MK_ZFS} != "no"
_zinject= zinject
_ztest= ztest
_zstream = zstream
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>