svn commit: r330124 - stable/11/stand

Kyle Evans kevans at FreeBSD.org
Wed Feb 28 18:34:23 UTC 2018


Author: kevans
Date: Wed Feb 28 18:34:22 2018
New Revision: 330124
URL: https://svnweb.freebsd.org/changeset/base/330124

Log:
  Revert part of r330123
  
  The SUBDIR+= efi removal was part of local testing; revert that part.
  
  This is a direct commit to stable/11.

Modified:
  stable/11/stand/Makefile.i386

Modified: stable/11/stand/Makefile.i386
==============================================================================
--- stable/11/stand/Makefile.i386	Wed Feb 28 18:31:35 2018	(r330123)
+++ stable/11/stand/Makefile.i386	Wed Feb 28 18:34:22 2018	(r330124)
@@ -6,3 +6,5 @@ SUBDIR+=		geli
 .if ${MK_ZFS} != "no"
 SUBDIR+=		zfs
 .endif
+
+SUBDIR+=		efi


More information about the svn-src-all mailing list