# $FreeBSD: head/cddl/usr.bin/Makefile 185029 2008-11-17 20:49:29Z pjd $ .include SUBDIR= \ ctfconvert \ ctfdump \ ctfmerge \ sgsmsg \ ${_zinject} \ ${_ztest} .if ${MK_ZFS} != "no" _zinject= zinject .if ${MK_LIBTHR} != "no" _ztest= ztest .endif .endif .include