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