From 084f772fb40c86f954053953a4f1768face247e6 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 25 Jan 2018 13:51:20 +0000 Subject: [PATCH] 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 --- share/man/man8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 644748af134..d8b01162dbd 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -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