Makefile (48be553b825f5049865589f4b2e5d8556fb08432) | Makefile (5941f0355c3eaaa03032e0d8511c9a35ba14cd15) |
---|---|
1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 | 1# $FreeBSD$ 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> |