Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 13:51:20 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328395 - head/share/man/man8
Message-ID:  <201801251351.w0PDpK3g065359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251351.w0PDpK3g065359>