1# $NetBSD: Makefile,v 1.1 2009/08/07 20:57:56 haad Exp $ 2 3.include <bsd.own.mk> 4 5.if !defined(MKZFS) || ${MKZFS} != "no" 6SUBDIR+= zpool zfs 7.endif 8 9.include <bsd.subdir.mk> 10