aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader/Makefile
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2011-05-28 08:50:38 +0000
committerJulian Elischer <julian@FreeBSD.org>2011-05-28 08:50:38 +0000
commit802e09ac9ee9473983514693e46d8f22012e7f1d (patch)
treebe34001c369c61dd1f75f264e929355db6240343 /sys/boot/i386/loader/Makefile
parentebf84ceca7752b4281346b2001426e728d6a626c (diff)
Notes
Diffstat (limited to 'sys/boot/i386/loader/Makefile')
-rw-r--r--sys/boot/i386/loader/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index b834ea064f36..f4babff9998e 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -104,11 +104,16 @@ FILESMODE_${LOADER}= ${BINMODE} -b
.PATH: ${.CURDIR}/../../forth
FILES+= loader.help loader.4th support.4th loader.conf
FILES+= screen.4th frames.4th beastie.4th
+FILES+= brand.4th check-password.4th color.4th delay.4th
+FILES+= menu.4th menu-commands.4th shortcuts.4th version.4th
FILESDIR_loader.conf= /boot/defaults
.if !exists(${DESTDIR}/boot/loader.rc)
FILES+= loader.rc
.endif
+.if !exists(${DESTDIR}/boot/menu.rc)
+FILES+= menu.rc
+.endif
.endif
# XXX crt0.o needs to be first for pxeboot(8) to work