summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2005-10-30 16:36:00 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2005-10-30 16:36:00 +0000
commit35738380af03f2218e6dc7d0de1d12b22b2e1131 (patch)
tree50cfc43cda94e600dcfb7d815549cf990fc9a708
parente658bb489d57bdcf08bf7e778dc4f7a81abb8fd9 (diff)
Notes
-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 1d838557e5e2..9085690c0c96 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -75,13 +75,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
+FILES+= screen.4th frames.4th beastie.4th
# XXX INSTALLFLAGS_loader= -b
FILESMODE_loader= ${BINMODE} -b
FILESDIR_loader.conf= /boot/defaults
.if !exists(${DESTDIR}/boot/loader.rc)
-FILES+= loader.rc
+FILES+= ${.CURDIR}/../../i386/loader/loader.rc
.endif
# XXX crt0.o needs to be first for pxeboot(8) to work