Deleted Added
full compact
Makefile (168404) Makefile (168792)
1# $FreeBSD: head/cddl/sbin/Makefile 168404 2007-04-06 01:09:06Z pjd $
1# $FreeBSD: head/cddl/sbin/Makefile 168792 2007-04-16 21:20:26Z ru $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5SUBDIR=
5SUBDIR= ${_zfs} ${_zpool}
6
6.if ${MK_ZFS} != "no"
7.if ${MK_ZFS} != "no"
7SUBDIR+=zfs
8SUBDIR+=zpool
8_zfs= zfs
9_zpool= zpool
9.endif
10
11.include <bsd.subdir.mk>
10.endif
11
12.include <bsd.subdir.mk>