Makefile revision 168404
1# $FreeBSD: head/cddl/usr.sbin/Makefile 168404 2007-04-06 01:09:06Z pjd $
2
3.include <bsd.own.mk>
4
5SUBDIR=
6.if ${MK_ZFS} != "no"
7SUBDIR+=${_zdb}
8.endif
9
10.if ${MACHINE_ARCH} == "i386"
11.if ${MACHINE} == "i386"
12_zdb=	zdb
13.endif
14.endif
15
16.include <bsd.subdir.mk>
17