aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-24 21:51:06 +0000
committerWarner Losh <imp@FreeBSD.org>2022-07-24 22:53:34 +0000
commit08585e779939cbb0fa932b15678090a58c5ef679 (patch)
tree68d0a5011025ef8a9d9f3a48a67849c4b10313e2 /tools
parent5ae3710aeb2a984344fbe36de71612fc1a3d1a71 (diff)
downloadsrc-08585e779939cbb0fa932b15678090a58c5ef679.tar.gz
src-08585e779939cbb0fa932b15678090a58c5ef679.zip
tools/boot: Fix universe.sh's ZFS exclusion test
MK_LOADER_ZFS is the current spelling of enabling or disabling ZFS builds. Use it instead of MK_ZFS. Sponsored by: Netflix Reviewed by: tsoome Differential Revision: https://reviews.freebsd.org/D35896
Diffstat (limited to 'tools')
-rwxr-xr-xtools/boot/universe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh
index 13d707750b86..6fcb496baf8c 100755
--- a/tools/boot/universe.sh
+++ b/tools/boot/universe.sh
@@ -94,7 +94,7 @@ for i in \
i386/i386 \
; do
ta=${i##*/}
- dobuild $ta _.boot.${ta}.no_zfs.log "MK_ZFS=no"
+ dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_ZFS=no"
done
# Build with firewire