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
This commit is contained in:
Warner Losh 2022-07-24 15:51:06 -06:00
parent 5ae3710aeb
commit 08585e7799

View File

@ -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