Restore kgzldr on i386 only

I previously disconnected kgzdr based on a misunderstanding.

I'd still like to transition to supporting only the loader(8)-based
boot path for handling compressed kernels, but that can follow the
standard deprecation procedure.

This reverts r291113.

Requested by:	dteske
This commit is contained in:
Ed Maste 2016-02-08 16:59:52 +00:00
parent 2dab579bfc
commit afae3eed15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295398
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,10 @@ SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
# special boot programs, 'self-extracting boot2+loader'
SUBDIR+= pxeldr
.if ${MACHINE_CPUARCH} == "i386"
SUBDIR+= kgzldr
.endif
.if ${MK_ZFS} != "no"
SUBDIR+= zfsboot gptzfsboot zfsloader
.endif

View File

@ -40,6 +40,7 @@ DIRDEPS.x86sys= \
sys/boot/i386/btx/lib \
sys/boot/i386/cdboot \
sys/boot/i386/gptboot \
sys/boot/i386/kgzldr \
sys/boot/i386/libfirewire \
sys/boot/i386/libi386 \
sys/boot/i386/loader \