1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00: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:
Li-Wen Hsu 2021-12-21 20:42:39 +08:00
parent c3593fcdfb
commit 511d1d63b4
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 \