From 017a2624cb132ade718922de0f5448a70b602021 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 13 Mar 2014 19:26:23 +0000 Subject: 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 --- sys/boot/Makefile.amd64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/Makefile.amd64 b/sys/boot/Makefile.amd64 index 34ffb6c..2966e8c 100644 --- a/sys/boot/Makefile.amd64 +++ b/sys/boot/Makefile.amd64 @@ -1,6 +1,7 @@ # $FreeBSD$ SUBDIR+= efi +SUBDIR+= ficl64 SUBDIR+= libstand32 SUBDIR+= zfs SUBDIR+= userboot -- cgit v1.1