summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
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/common
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/common')
-rw-r--r--sys/boot/common/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc
index 9893278..be6c3301 100644
--- a/sys/boot/common/Makefile.inc
+++ b/sys/boot/common/Makefile.inc
@@ -44,8 +44,15 @@ SRCS+= pnp.c
# Forth interpreter
.if defined(BOOT_FORTH)
SRCS+= interp_forth.c
+MAN+= ../forth/beastie.4th.8
+MAN+= ../forth/brand.4th.8
+MAN+= ../forth/check-password.4th.8
+MAN+= ../forth/color.4th.8
+MAN+= ../forth/delay.4th.8
MAN+= ../forth/loader.conf.5
MAN+= ../forth/loader.4th.8
+MAN+= ../forth/menu.4th.8
+MAN+= ../forth/version.4th.8
.endif
.if defined(BOOT_PROMPT_123)
OpenPOWER on IntegriCloud