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