# $FreeBSD: head/cddl/usr.bin/Makefile 168475 2007-04-07 19:12:10Z des $ .include .if ${MK_ZFS} != "no" SUBDIR= ${_ztest} .endif .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" _ztest= ztest .endif .include