MFi386: r261567

Switch from lib/libstand to sys/boot/libstand32.
This commit is contained in:
Yoshihiro Takahashi 2014-09-28 13:34:43 +00:00
parent 2c4969da8d
commit 4ac1175e89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272256
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# $FreeBSD$
# Blank, to override Makefile.i386 since Makefile.$MACHINE is included before
# Makefile.$MACHINE_ARCH
SUBDIR+= libstand32

View File

@ -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