aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/loader/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-06-08 03:20:35 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-06-08 03:20:35 +0000
commitc7fd52191744159522e635a393de2abcd0035e0f (patch)
tree493d91d62157c777f1b60aadbf9dacd193c792d8 /sys/boot/pc98/loader/Makefile
parentb16ea1159da4f42e4e4af7ea88ef07bc54f39648 (diff)
downloadsrc-c7fd52191744159522e635a393de2abcd0035e0f.tar.gz
src-c7fd52191744159522e635a393de2abcd0035e0f.zip
Enable new boot menu.
Notes
Notes: svn path=/head/; revision=116002
Diffstat (limited to 'sys/boot/pc98/loader/Makefile')
-rw-r--r--sys/boot/pc98/loader/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 7139859b1667..cdbeccf13296 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -105,10 +105,11 @@ ${PROG}.help: help.common help.i386
.PATH: ${.CURDIR}/../../forth
FILES= ${PROG}.help loader.4th support.4th loader.conf
+FILES+= screen.4th frames.4th beastie.4th
FILESDIR_loader.conf= /boot/defaults
.if !exists(${DESTDIR}/boot/loader.rc)
-FILES+= loader.rc
+FILES+= ${.CURDIR}/../../i386/loader/loader.rc
.endif
.include <${.CURDIR}/../Makefile.inc>