xref: /freebsd/cddl/usr.bin/Makefile (revision 48be553b825f5049865589f4b2e5d8556fb08432)
1# $FreeBSD$
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