mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3
MFC after: 3 days
(cherry picked from commit 71779dddff)
This commit is contained in:
parent
c3593fcdfb
commit
511d1d63b4
2 changed files with 4 additions and 1 deletions
|
|
@ -36,6 +36,9 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20211221 efi_set_variables_supported.3 should be efi_variables_supported.3
|
||||
OLD_FILES+=usr/share/man/man3/efi_set_variables_supported.3.gz
|
||||
|
||||
# 20211113: new clang import which bumps version from 12.0.1 to 13.0.0.
|
||||
OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/algorithm
|
||||
OLD_FILES+=usr/lib/clang/12.0.1/include/cuda_wrappers/complex
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ CFLAGS+= -I${EFIBOOT}/include
|
|||
CFLAGS+= -I${.CURDIR} -I${EDK2INC}
|
||||
CFLAGS+= -fno-strict-aliasing
|
||||
|
||||
MLINKS+=efivar.3 efi_set_variables_supported.3 \
|
||||
MLINKS+=efivar.3 efi_variables_supported.3 \
|
||||
efivar.3 efi_del_variable.3 \
|
||||
efivar.3 efi_get_variable.3 \
|
||||
efivar.3 efi_get_variable_attributes.3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue