From 502074f0cfe7674628ba50f5233c79ec6f2b4a8e Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 25 Jul 2010 02:22:32 +0000 Subject: [PATCH] MFi386: revision 210387 Correctly setup LDADD with regards to libstand. --- sys/boot/pc98/loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 9f2e32f483d9..e1f47cd081d8 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -94,6 +94,6 @@ FILES+= ${.CURDIR}/../../i386/loader/loader.rc OBJS= ${BTXCRT} DPADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND} -LDADD= ${LIBFICL} ${LIBPC98} -lstand +LDADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND} .include