svn commit: r222450 - head/sys/boot/powerpc/ofw

Andreas Tobler andreast at FreeBSD.org
Sun May 29 14:27:11 UTC 2011


Author: andreast
Date: Sun May 29 14:27:11 2011
New Revision: 222450
URL: http://svn.freebsd.org/changeset/base/222450

Log:
  Add some missing files. Without we hang in the OF prompt asking for screen.4th.
  
  Approved by:	nwhitehorn (mentor)

Modified:
  head/sys/boot/powerpc/ofw/Makefile

Modified: head/sys/boot/powerpc/ofw/Makefile
==============================================================================
--- head/sys/boot/powerpc/ofw/Makefile	Sun May 29 14:25:42 2011	(r222449)
+++ head/sys/boot/powerpc/ofw/Makefile	Sun May 29 14:27:11 2011	(r222450)
@@ -103,6 +103,7 @@ loader.help: help.common help.ofw
 
 .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
 FILESDIR_loader.conf=	/boot/defaults


More information about the svn-src-head mailing list