aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2014-09-28 13:34:43 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2014-09-28 13:34:43 +0000
commit4ac1175e894186a00453a93e25a120a7b41832cc (patch)
treec4e71543e09b39de8a40e6eb692cee838bc8c9f9 /sys/boot/pc98
parent2c4969da8ddf4dc3d8d1d24e2022411e58408617 (diff)
downloadsrc-4ac1175e894186a00453a93e25a120a7b41832cc.tar.gz
src-4ac1175e894186a00453a93e25a120a7b41832cc.zip
MFi386: r261567
Switch from lib/libstand to sys/boot/libstand32.
Notes
Notes: svn path=/head/; revision=272256
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/loader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 7ab13a189dd3..4d865e7703ec 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -56,6 +56,8 @@ LDFLAGS= -static -Ttext 0x0
LIBPC98= ${.OBJDIR}/../libpc98/libpc98.a
CFLAGS+= -I${.CURDIR}/..
+LIBSTAND= ${.OBJDIR}/../../libstand32/libstand.a
+
# BTX components
CFLAGS+= -I${.CURDIR}/../btx/lib