Disconnect unused kgzldr from sys/boot/i386

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-11-20 21:56:20 +00:00
parent d07833f981
commit 380392f2f9
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.include <src.opts.mk>
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
libi386 libfirewire loader
# special boot programs, 'self-extracting boot2+loader'

View File

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