Deleted Added
full compact
Makefile (168792) Makefile (170431)
1# $FreeBSD: head/cddl/usr.bin/Makefile 168792 2007-04-16 21:20:26Z ru $
1# $FreeBSD: head/cddl/usr.bin/Makefile 170431 2007-06-08 12:35:47Z pjd $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_ztest}
6
7.if ${MK_ZFS} != "no"
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_ztest}
6
7.if ${MK_ZFS} != "no"
8.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
9_ztest= ztest
10.endif
8_ztest= ztest
9.endif
11.endif
12
13.include <bsd.subdir.mk>
10
11.include <bsd.subdir.mk>