summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2011-05-30 04:23:33 +0000
committerjulian <julian@FreeBSD.org>2011-05-30 04:23:33 +0000
commit1d72c8b97a4c5966263541277038a012dbc50ea8 (patch)
tree0686e5de76f4c94d0e03cbdfcded3a564eea03f0 /sys/boot
parentf73329b53a0768c8355b73d5ff5adf76b0fc9cdc (diff)
downloadFreeBSD-src-1d72c8b97a4c5966263541277038a012dbc50ea8.zip
FreeBSD-src-1d72c8b97a4c5966263541277038a012dbc50ea8.tar.gz
Include forgotten framework changes to get some of the new menu files installed correctly on non x86/amd systems.
pointy-hut to devin
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ia64/common/Makefile1
-rw-r--r--sys/boot/powerpc/ps3/Makefile3
-rw-r--r--sys/boot/sparc64/loader/Makefile3
3 files changed, 5 insertions, 2 deletions
diff --git a/sys/boot/ia64/common/Makefile b/sys/boot/ia64/common/Makefile
index d153612..f16f13d 100644
--- a/sys/boot/ia64/common/Makefile
+++ b/sys/boot/ia64/common/Makefile
@@ -33,6 +33,7 @@ loader.help: help.common
.PATH: ${.CURDIR}/../../forth
FILES+= loader.4th support.4th loader.conf
+FILES+= screen.4th frames.4th
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)
diff --git a/sys/boot/powerpc/ps3/Makefile b/sys/boot/powerpc/ps3/Makefile
index 03cc8de..b05470b 100644
--- a/sys/boot/powerpc/ps3/Makefile
+++ b/sys/boot/powerpc/ps3/Makefile
@@ -113,8 +113,9 @@ loader.help: help.common help.ps3
.PATH: ${.CURDIR}/../../forth
FILES= loader.help loader.4th support.4th loader.conf
+FILES+= screen.4th frames.4th
FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
-FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
+FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
FILESDIR_loader.conf= /boot/defaults
.if !exists(${DESTDIR}/boot/loader.rc)
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index 038794d..d32fbab 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -84,8 +84,9 @@ loader.help: help.common help.sparc64
.PATH: ${.CURDIR}/../../forth
FILES= loader.help loader.4th support.4th loader.conf
+FILES+= screen.4th frames.4th
FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
-FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
+FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
FILESDIR_loader.conf= /boot/defaults
.if !exists(${DESTDIR}/boot/loader.rc)
OpenPOWER on IntegriCloud