Date: Thu, 15 Mar 2018 12:59:15 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r330998 - stable/11/share/man/man8 Message-ID: <201803151259.w2FCxF0H065798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803151259.w2FCxF0H065798>