summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2011-05-28 08:50:38 +0000
committerjulian <julian@FreeBSD.org>2011-05-28 08:50:38 +0000
commit36cd7cef5ee843f5238463d58cf2180183b674cd (patch)
treebe34001c369c61dd1f75f264e929355db6240343 /sys/boot/ia64
parent4937594467d6072b2bb22d2bd2b3dccaba83b140 (diff)
downloadFreeBSD-src-36cd7cef5ee843f5238463d58cf2180183b674cd.zip
FreeBSD-src-36cd7cef5ee843f5238463d58cf2180183b674cd.tar.gz
New boot loader menus from Devin Teske.
Discussed on hackers and recommended for inclusion into 9.0 at the devsummit. All support email to devin dteske at vicor dot ignoreme dot com . Submitted by: dteske at vicor dot ignoreme dot com Reviewed by: me and many others
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/common/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/ia64/common/Makefile b/sys/boot/ia64/common/Makefile
index 3204edc..d153612 100644
--- a/sys/boot/ia64/common/Makefile
+++ b/sys/boot/ia64/common/Makefile
@@ -33,9 +33,14 @@ loader.help: help.common
.PATH: ${.CURDIR}/../../forth
FILES+= loader.4th support.4th loader.conf
+FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
+FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
.if !exists(${DESTDIR}/boot/loader.rc)
FILES+= loader.rc
.endif
+.if !exists(${DESTDIR}/boot/menu.rc)
+FILES+= menu.rc
+.endif
FILESDIR_loader.conf= /boot/defaults
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud