svn commit: r328395 - head/share/man/man8

Ed Maste emaste at FreeBSD.org
Thu Jan 25 13:51:20 UTC 2018


Author: emaste
Date: Thu Jan 25 13:51:20 2018
New Revision: 328395
URL: https://svnweb.freebsd.org/changeset/base/328395

Log:
  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

Modified:
  head/share/man/man8/Makefile

Modified: head/share/man/man8/Makefile
==============================================================================
--- head/share/man/man8/Makefile	Thu Jan 25 12:13:41 2018	(r328394)
+++ head/share/man/man8/Makefile	Thu Jan 25 13:51:20 2018	(r328395)
@@ -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


More information about the svn-src-head mailing list