1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5.if ${MK_ZFS} != "no" 6SUBDIR= ${_ztest} 7.endif 8 9.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" 10_ztest= ztest 11.endif 12 13.include <bsd.subdir.mk> 14