svn commit: r307157 - head/usr.sbin

Ed Maste emaste at FreeBSD.org
Wed Oct 12 20:25:05 UTC 2016


Author: emaste
Date: Wed Oct 12 20:25:03 2016
New Revision: 307157
URL: https://svnweb.freebsd.org/changeset/base/307157

Log:
  Temporarily disconnect efivar to fix arm and i386 builds

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Wed Oct 12 20:24:33 2016	(r307156)
+++ head/usr.sbin/Makefile	Wed Oct 12 20:25:03 2016	(r307157)
@@ -123,7 +123,7 @@ SUBDIR.${MK_BSNMP}+=	bsnmpd
 SUBDIR.${MK_CTM}+=	ctm
 SUBDIR.${MK_DIALOG}+=	tzsetup
 SUBDIR.${MK_DIALOG}+=	bsdconfig
-SUBDIR.${MK_EFI}+=	efivar
+#SUBDIR.${MK_EFI}+=	efivar
 SUBDIR.${MK_FLOPPY}+=	fdcontrol
 SUBDIR.${MK_FLOPPY}+=	fdformat
 SUBDIR.${MK_FLOPPY}+=	fdread


More information about the svn-src-head mailing list