diff options
author | dteske <dteske@FreeBSD.org> | 2012-11-07 02:14:03 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2012-11-07 02:14:03 +0000 |
commit | 4f8fc97af9003fdb83efccc634a101bb0b795dfe (patch) | |
tree | 958591c2461dde026ed45bc3a7fb25936fc06523 /sys/boot/powerpc | |
parent | de6ea8b20e870490db809a8d8a965bd784981d81 (diff) | |
download | FreeBSD-src-4f8fc97af9003fdb83efccc634a101bb0b795dfe.zip FreeBSD-src-4f8fc97af9003fdb83efccc634a101bb0b795dfe.tar.gz |
Hook in new files menusets.4th and manual.
Approved by: adrian (co-mentor) (implicit)
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r-- | sys/boot/powerpc/ofw/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/ps3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile index 079f552..d3d3523 100644 --- a/sys/boot/powerpc/ofw/Makefile +++ b/sys/boot/powerpc/ofw/Makefile @@ -105,7 +105,7 @@ loader.help: help.common help.ofw 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 menusets.4th shortcuts.4th version.4th FILESDIR_loader.conf= /boot/defaults .if !exists(${DESTDIR}/boot/loader.rc) diff --git a/sys/boot/powerpc/ps3/Makefile b/sys/boot/powerpc/ps3/Makefile index 0dee5f4..810e480 100644 --- a/sys/boot/powerpc/ps3/Makefile +++ b/sys/boot/powerpc/ps3/Makefile @@ -116,7 +116,7 @@ loader.help: help.common help.ps3 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 menusets.4th shortcuts.4th version.4th FILESDIR_loader.conf= /boot/defaults .if !exists(${DESTDIR}/boot/loader.rc) |