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