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