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