diff options
| author | Robert Noland <rnoland@FreeBSD.org> | 2009-11-23 16:00:16 +0000 |
|---|---|---|
| committer | Robert Noland <rnoland@FreeBSD.org> | 2009-11-23 16:00:16 +0000 |
| commit | f06c961ee3a4ad5ae643b6fea88cdbbe20b2a354 (patch) | |
| tree | 1b33b3845169c1e266700990c19faedb2cb8a328 /sys/boot/Makefile | |
| parent | c01cccb81c144df397cb5a8a5ae0b91057b752e6 (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile')
| -rw-r--r-- | sys/boot/Makefile | 2 |
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 |
