aboutsummaryrefslogtreecommitdiff
path: root/stand/loader.mk
diff options
context:
space:
mode:
authorMarcin Wojtas <mw@FreeBSD.org>2019-04-03 03:57:37 +0000
committerMarcin Wojtas <mw@FreeBSD.org>2019-04-03 03:57:37 +0000
commitb0fefb25c558179e9f9c7f0d375c6a03fb567eb9 (patch)
tree13fe5d34ad171509d10ef5952b6e6ad4161c70a5 /stand/loader.mk
parent81dd9c5e69a2709ae3317dd383093e1c8a970d9e (diff)
downloadsrc-b0fefb25c558179e9f9c7f0d375c6a03fb567eb9.tar.gz
src-b0fefb25c558179e9f9c7f0d375c6a03fb567eb9.zip
Notes
Diffstat (limited to 'stand/loader.mk')
-rw-r--r--stand/loader.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/stand/loader.mk b/stand/loader.mk
index 2efac31b615f..d79ed3a48919 100644
--- a/stand/loader.mk
+++ b/stand/loader.mk
@@ -77,6 +77,10 @@ SRCS+= interp_simple.c
CFLAGS+= -DLOADER_VERIEXEC -I${SRCTOP}/lib/libsecureboot/h
.endif
+.if ${MK_LOADER_VERIEXEC_PASS_MANIFEST} != "no"
+CFLAGS+= -DLOADER_VERIEXEC_PASS_MANIFEST -I${SRCTOP}/lib/libsecureboot/h
+.endif
+
.if defined(BOOT_PROMPT_123)
CFLAGS+= -DBOOT_PROMPT_123
.endif