diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-04-16 21:20:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-04-16 21:20:26 +0000 |
| commit | 5941f0355c3eaaa03032e0d8511c9a35ba14cd15 (patch) | |
| tree | 96b513e188e12d0119ea9cb2b351ff665a33a9f9 /cddl/usr.bin/Makefile | |
| parent | 2248f68064bc9f4967841ac1d9672b843e48b8a8 (diff) | |
Notes
Diffstat (limited to 'cddl/usr.bin/Makefile')
| -rw-r--r-- | cddl/usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile index b703d19d4aa4..0a9035a022c9 100644 --- a/cddl/usr.bin/Makefile +++ b/cddl/usr.bin/Makefile @@ -2,12 +2,12 @@ .include <bsd.own.mk> -.if ${MK_ZFS} != "no" SUBDIR= ${_ztest} -.endif -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" +.if ${MK_ZFS} != "no" +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" _ztest= ztest .endif +.endif .include <bsd.subdir.mk> |
