aboutsummaryrefslogtreecommitdiff
path: root/stand/Makefile.amd64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-04 01:14:12 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-04 01:14:12 +0000
commit4d32c2211ea7cef1c85b7cba508763fccd84908c (patch)
tree68370b0007a1fe869075c0a504681edc85a19930 /stand/Makefile.amd64
parentb61cdf0e4efa8df2ece3e120a486dabe48b92fb3 (diff)
downloadsrc-4d32c2211ea7cef1c85b7cba508763fccd84908c.tar.gz
src-4d32c2211ea7cef1c85b7cba508763fccd84908c.zip
Switch to proper MK_LOADER_GELI tests.
Submitted by: peter@
Notes
Notes: svn path=/head/; revision=326504
Diffstat (limited to 'stand/Makefile.amd64')
-rw-r--r--stand/Makefile.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/Makefile.amd64 b/stand/Makefile.amd64
index abecaa685022..6e8c967378cb 100644
--- a/stand/Makefile.amd64
+++ b/stand/Makefile.amd64
@@ -11,7 +11,7 @@ SUBDIR+= ficl32
SUBDIR+= efi
SUBDIR+= userboot
-.if ${LOADER_GELI_SUPPORT:Uyes} == "yes"
+.if ${MK_LOADER_GELI} == "yes"
SUBDIR+= geli
.endif