mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
libsecureboot: avoid noise when looking for tust anchors
PR: 286160
This commit is contained in:
parent
160a2ba804
commit
62671aa7d5
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ VE_SIGNATURE_LIST?= RSA
|
|||
# you need to provide t*.pem or t*.asc files for each trust anchor
|
||||
# below assumes they are named ta_${ext}.pem eg ta_esig.pem for ECDSA
|
||||
.if empty(TRUST_ANCHORS)
|
||||
TRUST_ANCHORS!= cd ${.CURDIR} && 'ls' -1 *.pem t*.asc 2> /dev/null
|
||||
TRUST_ANCHORS!= cd ${.CURDIR} && 'ls' -1 *.pem t*.asc 2> /dev/null || echo
|
||||
.endif
|
||||
.if empty(TRUST_ANCHORS) && ${MK_LOADER_EFI_SECUREBOOT} != "yes"
|
||||
.error Need TRUST_ANCHORS see ${.PARSEDIR}/README.rst
|
||||
|
|
|
|||
Loading…
Reference in a new issue