svn commit: r330998 - stable/11/share/man/man8

Ed Maste emaste at FreeBSD.org
Thu Mar 15 12:59:16 UTC 2018


Author: emaste
Date: Thu Mar 15 12:59:15 2018
New Revision: 330998
URL: https://svnweb.freebsd.org/changeset/base/330998

Log:
  MFC r328395: 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.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/share/man/man8/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man8/Makefile
==============================================================================
--- stable/11/share/man/man8/Makefile	Thu Mar 15 12:56:22 2018	(r330997)
+++ stable/11/share/man/man8/Makefile	Thu Mar 15 12:59:15 2018	(r330998)
@@ -35,7 +35,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
 .endif
 


More information about the svn-src-stable mailing list