svn commit: r263117 - head/sys/boot
Ed Maste
emaste at FreeBSD.org
Thu Mar 13 19:26:23 UTC 2014
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
More information about the svn-src-all
mailing list