aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-11-23 16:00:16 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-11-23 16:00:16 +0000
commitf06c961ee3a4ad5ae643b6fea88cdbbe20b2a354 (patch)
tree1b33b3845169c1e266700990c19faedb2cb8a328 /sys/boot/Makefile
parentc01cccb81c144df397cb5a8a5ae0b91057b752e6 (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 02c767df0d2d..056dc68d6c49 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -22,7 +22,7 @@ SUBDIR+= ofw
SUBDIR+= uboot
.endif
-.if defined(LOADER_ZFS_SUPPORT)
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE} == "i386"
SUBDIR+= zfs
.endif