# $FreeBSD: head/cddl/usr.sbin/Makefile 168404 2007-04-06 01:09:06Z pjd $ .include SUBDIR= .if ${MK_ZFS} != "no" SUBDIR+=${_zdb} .endif .if ${MACHINE_ARCH} == "i386" .if ${MACHINE} == "i386" _zdb= zdb .endif .endif .include