freebsd-dev/cddl/usr.bin/Makefile
Dag-Erling Smørgrav 48be553b82 Build ZFS on amd64 and pc98.
Approved by:	pjd@
2007-04-07 19:12:10 +00:00

14 lines
191 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.if ${MK_ZFS} != "no"
SUBDIR= ${_ztest}
.endif
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
_ztest= ztest
.endif
.include <bsd.subdir.mk>