diff options
author | Ed Maste <emaste@FreeBSD.org> | 2016-02-08 16:59:52 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2016-02-08 16:59:52 +0000 |
commit | afae3eed15d4ac84022f9050e946667a55c53d78 (patch) | |
tree | 551d38e4a0a6d1ad00d1cb8d0dcc69100a112e25 /targets/pseudo | |
parent | 2dab579bfc8c1b8169c9247fec50bfd0155bc06d (diff) | |
download | src-afae3eed15d4ac84022f9050e946667a55c53d78.tar.gz src-afae3eed15d4ac84022f9050e946667a55c53d78.zip |
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
Notes
Notes:
svn path=/head/; revision=295398
Diffstat (limited to 'targets/pseudo')
-rw-r--r-- | targets/pseudo/userland/misc/Makefile.depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend index 6d46af1f724a..c186f6d4681c 100644 --- a/targets/pseudo/userland/misc/Makefile.depend +++ b/targets/pseudo/userland/misc/Makefile.depend @@ -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 \ |