# $FreeBSD: releng/12.1/cddl/usr.bin/Makefile 321912 2017-08-02 08:35:51Z ngie $ # $BSDSUniX $ .include SUBDIR= \ ctfconvert \ ctfdump \ ctfmerge \ ${_zinject} \ ${_zlook} \ ${_zstreamdump} \ ${_ztest} SUBDIR.${MK_TESTS}+= tests .if ${MK_ZFS} != "no" _zinject= zinject #_zlook= zlook .if ${MK_LIBTHR} != "no" _ztest= ztest _zstreamdump = zstreamdump .endif .endif SUBDIR_PARALLEL= .include