summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2010-07-25 02:22:32 +0000
committernyan <nyan@FreeBSD.org>2010-07-25 02:22:32 +0000
commitd1a64014f55859f300ed9af6d4e5c628cbcd197d (patch)
treedee5b299318cb2967c0d8dc18fea104ead8b9b5c /sys/boot/pc98
parenta656afced5987a67c02dc3a0bc80380cf0ae26d2 (diff)
downloadFreeBSD-src-d1a64014f55859f300ed9af6d4e5c628cbcd197d.zip
FreeBSD-src-d1a64014f55859f300ed9af6d4e5c628cbcd197d.tar.gz
MFi386: revision 210387
Correctly setup LDADD with regards to libstand.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 9f2e32f..e1f47cd 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud