summaryrefslogtreecommitdiffstats
path: root/stand
diff options
context:
space:
mode:
authorkevans <kevans@FreeBSD.org>2018-02-28 18:34:22 +0000
committerkevans <kevans@FreeBSD.org>2018-02-28 18:34:22 +0000
commitc8d5fb370f0ac3b4d4bd753fb5e28fb452381a80 (patch)
tree1ddeb8b72f32017c32f8d515bbd102283ceb6d03 /stand
parent8a6fb58fcee06cfb285c3b4822015d5e5920c5eb (diff)
downloadFreeBSD-src-c8d5fb370f0ac3b4d4bd753fb5e28fb452381a80.zip
FreeBSD-src-c8d5fb370f0ac3b4d4bd753fb5e28fb452381a80.tar.gz
Revert part of r330123
The SUBDIR+= efi removal was part of local testing; revert that part. This is a direct commit to stable/11.
Diffstat (limited to 'stand')
-rw-r--r--stand/Makefile.i3862
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/Makefile.i386 b/stand/Makefile.i386
index 1936f59..9664974 100644
--- a/stand/Makefile.i386
+++ b/stand/Makefile.i386
@@ -6,3 +6,5 @@ SUBDIR+= geli
.if ${MK_ZFS} != "no"
SUBDIR+= zfs
.endif
+
+SUBDIR+= efi
OpenPOWER on IntegriCloud