Makefile revision 168475
1# $FreeBSD: head/cddl/usr.sbin/Makefile 168475 2007-04-07 19:12:10Z des $
2
3.include <bsd.own.mk>
4
5SUBDIR=
6.if ${MK_ZFS} != "no"
7SUBDIR+=${_zdb}
8.endif
9
10.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
11_zdb=	zdb
12.endif
13
14.include <bsd.subdir.mk>
15