diff options
author | nyan <nyan@FreeBSD.org> | 2003-06-08 03:20:35 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-06-08 03:20:35 +0000 |
commit | 0f3c3b73b26682c0762e98a9b3f3aa553339255f (patch) | |
tree | 493d91d62157c777f1b60aadbf9dacd193c792d8 /sys/boot | |
parent | a4b26f9df8cbc6e7d49407131aec1cdc64afc095 (diff) | |
download | FreeBSD-src-0f3c3b73b26682c0762e98a9b3f3aa553339255f.zip FreeBSD-src-0f3c3b73b26682c0762e98a9b3f3aa553339255f.tar.gz |
Enable new boot menu.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/pc98/loader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 7139859..cdbeccf 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> |