mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install uefi.8 also on arm64
Our standard boot method for arm64 is via UEFI, so install the man page that describes the boot process. MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
74549d4b0f
commit
084f772fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ MLINKS+=yp.8 NIS.8 \
|
|||
yp.8 YP.8
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64"
|
||||
_uefi.8= uefi.8
|
||||
|
||||
MLINKS+=uefi.8 efi.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue