Add missing .endif

Last second move from inside the prior block to outside bites me.

Noticed by: jrtc23
Fixes: dcb621efd6
Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-02-22 10:16:37 -07:00
parent dcb621efd6
commit 0da51f1f6a

View file

@ -316,6 +316,7 @@ BROKEN_OPTIONS+=EFI
# Bad coupling for libsecure stuff with bearssl and efi, so broken on EFI
.if ${__T:Mpowerpc*}
BROKEN_OPTIONS+=BEARSSL # bearssl brings in secure efi stuff xxx
.endif
# OFW is only for powerpc, exclude others
.if ${__T:Mpowerpc*} == ""
BROKEN_OPTIONS+=LOADER_OFW