MFi386: revision 210387
Correctly setup LDADD with regards to libstand.
This commit is contained in:
parent
fa94061701
commit
502074f0cf
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user