summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-11-29 11:55:14 +0000
committernyan <nyan@FreeBSD.org>2004-11-29 11:55:14 +0000
commit4de1685da79aed4579c6fcda1cad3bc62750ede0 (patch)
tree616ba9e3c677286dc7cdc1b1d7329480fc438a22 /sys/boot
parentfc028efa4c6850330ff04eec69f0d31916616649 (diff)
downloadFreeBSD-src-4de1685da79aed4579c6fcda1cad3bc62750ede0.zip
FreeBSD-src-4de1685da79aed4579c6fcda1cad3bc62750ede0.tar.gz
MFi386: revisions 1.77 and 1.78.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 7192554..6003c8d 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -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
OpenPOWER on IntegriCloud