MFi386: revisions 1.77 and 1.78.

This commit is contained in:
Yoshihiro Takahashi 2004-11-29 11:55:14 +00:00
parent 028d40a592
commit cafe28f16a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138190

View file

@ -76,13 +76,13 @@ loader.help: help.common help.pc98
.PATH: ${.CURDIR}/../../forth
FILES= loader loader.help loader.4th support.4th loader.conf
FILES+= screen.4th frames.4th beastie.4th
FILES+= screen.4th frames.4th
# XXX INSTALLFLAGS_loader= -b
FILESMODE_loader= ${BINMODE} -b
FILESDIR_loader.conf= /boot/defaults
.if !exists(${DESTDIR}/boot/loader.rc)
FILES+= ${.CURDIR}/../../i386/loader/loader.rc
FILES+= loader.rc
.endif
# XXX crt0.o needs to be first for pxeboot(8) to work