Makefile revision 168404
1# $FreeBSD: head/cddl/sbin/Makefile 168404 2007-04-06 01:09:06Z pjd $
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