1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= ${_zdb} 6 7.if ${MK_ZFS} != "no" 8_zdb= zdb 9.endif 10 11.include <bsd.subdir.mk> 12