Date: Wed, 28 Feb 2018 18:34:23 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r330124 - stable/11/stand Message-ID: <201802281834.w1SIYNVs074280@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802281834.w1SIYNVs074280>