summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-03-14 09:41:57 +0000
committernyan <nyan@FreeBSD.org>2004-03-14 09:41:57 +0000
commit7027b3a093cddf7b4d096a2e9fbda39c5fe5af2a (patch)
tree4325b86a14a3de87cb236b05f683e498d8b06113 /sys/boot/pc98
parent8c0f33fd8d2645ca2e0b21d4e6f145cf12e695b1 (diff)
downloadFreeBSD-src-7027b3a093cddf7b4d096a2e9fbda39c5fe5af2a.zip
FreeBSD-src-7027b3a093cddf7b4d096a2e9fbda39c5fe5af2a.tar.gz
MFi386: revision 1.76.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/loader/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 6f97054a..7192554 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -85,7 +85,10 @@ FILESDIR_loader.conf= /boot/defaults
FILES+= ${.CURDIR}/../../i386/loader/loader.rc
.endif
-DPADD= ${BTXCRT} ${LIBFICL} ${LIBPC98} ${LIBSTAND}
-LDADD= ${BTXCRT} ${LIBFICL} ${LIBPC98} -lstand
+# XXX crt0.o needs to be first for pxeboot(8) to work
+OBJS= ${BTXCRT}
+
+DPADD= ${LIBFICL} ${LIBPC98} ${LIBSTAND}
+LDADD= ${LIBFICL} ${LIBPC98} -lstand
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud