xref: /netbsd-src/external/cddl/osnet/sbin/Makefile (revision a7e090f70e491979434963c9a27df4020fe0a18b)
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