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:
emaste 2018-01-25 13:51:20 +00:00
parent d14bbbd48e
commit 9f8c0f4fe8

View File

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