From 4d32c2211ea7cef1c85b7cba508763fccd84908c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 4 Dec 2017 01:14:12 +0000 Subject: [PATCH] Switch to proper MK_LOADER_GELI tests. Submitted by: peter@ --- stand/Makefile.amd64 | 2 +- stand/Makefile.i386 | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/stand/Makefile.i386 b/stand/Makefile.i386 index fb53744ab5ae..966497496fd4 100644 --- a/stand/Makefile.i386 +++ b/stand/Makefile.i386 @@ -1,6 +1,6 @@ # $FreeBSD$ -.if ${LOADER_GELI_SUPPORT:Uyes} == "yes" +.if ${MK_LOADER_GELI} == "yes" SUBDIR+= geli .endif .if ${MK_ZFS} != "no"