1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

Enable new boot menu.

This commit is contained in:
Yoshihiro Takahashi 2003-06-08 03:20:35 +00:00
parent b16ea1159d
commit c7fd521917
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116002

View File

@ -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>