diff options
author | Marcin Wojtas <mw@FreeBSD.org> | 2019-04-03 03:57:37 +0000 |
---|---|---|
committer | Marcin Wojtas <mw@FreeBSD.org> | 2019-04-03 03:57:37 +0000 |
commit | b0fefb25c558179e9f9c7f0d375c6a03fb567eb9 (patch) | |
tree | 13fe5d34ad171509d10ef5952b6e6ad4161c70a5 /stand/loader.mk | |
parent | 81dd9c5e69a2709ae3317dd383093e1c8a970d9e (diff) | |
download | src-b0fefb25c558179e9f9c7f0d375c6a03fb567eb9.tar.gz src-b0fefb25c558179e9f9c7f0d375c6a03fb567eb9.zip |
Notes
Diffstat (limited to 'stand/loader.mk')
-rw-r--r-- | stand/loader.mk | 4 |
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 |