1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Link bcache into userboot.so, was not added in r298230

This should help speed up bhyve boots too

Reviewed by:	olivier
This commit is contained in:
Allan Jude 2016-04-19 20:56:45 +00:00
parent 05cfc40ab0
commit 3db33b0a8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298298

View File

@ -11,6 +11,7 @@ STRIP=
LIBDIR= /boot
SRCS= autoload.c
SRCS+= bcache.c
SRCS+= biossmap.c
SRCS+= bootinfo.c
SRCS+= bootinfo32.c