MFi386: revision 210387

Correctly setup LDADD with regards to libstand.
This commit is contained in:
Yoshihiro Takahashi 2010-07-25 02:22:32 +00:00
parent fa94061701
commit 502074f0cf

View File

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