From 19922a8843c26cc1113e24a4412e3b7ce2b3461a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 20 May 2015 13:38:21 +0200 Subject: [PATCH 101/257] sys/boot/Makefile.amd64: Detach efi from the built It doesn't built reproducible, among other things due to the embedded file system, and none of the ElectroBSD users I'm aware of have efi-capable systems anyway. Obtained from: ElectroBSD --- sys/boot/Makefile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/Makefile.amd64 b/sys/boot/Makefile.amd64 index 5e730bd6c62f..f8e173cbb2f3 100644 --- a/sys/boot/Makefile.amd64 +++ b/sys/boot/Makefile.amd64 @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR+= efi +#SUBDIR+= efi SUBDIR+= libstand32 SUBDIR+= zfs SUBDIR+= userboot -- 2.11.0