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