Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 19:26:23 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r263117 - head/sys/boot
Message-ID:  <201403131926.s2DJQNC8049323@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Mar 13 19:26:23 2014
New Revision: 263117
URL: http://svnweb.freebsd.org/changeset/base/263117

Log:
  Connect 64-bit boot ficl to the build
  
  It is not yet used, but this will ensure it doesn't get broken.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/boot/Makefile.amd64

Modified: head/sys/boot/Makefile.amd64
==============================================================================
--- head/sys/boot/Makefile.amd64	Thu Mar 13 18:42:12 2014	(r263116)
+++ head/sys/boot/Makefile.amd64	Thu Mar 13 19:26:23 2014	(r263117)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 SUBDIR+=		efi
+SUBDIR+=		ficl64
 SUBDIR+=		libstand32
 SUBDIR+=		zfs
 SUBDIR+=		userboot



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131926.s2DJQNC8049323>