# $FreeBSD: head/cddl/usr.bin/Makefile 172491 2007-10-09 13:42:34Z obrien $ .include SUBDIR= ${_ztest} .if ${MK_ZFS} != "no" .if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no") _ztest= ztest .endif .endif .include