summaryrefslogtreecommitdiffstats
path: root/share/man/man8/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-10-21 14:47:26 +0000
committeremaste <emaste@FreeBSD.org>2014-10-21 14:47:26 +0000
commit6c5ddf4faffa85f792151d8ca53ecff60f5f3bb5 (patch)
treee1f9f02c74c2fb26775dc7395dd493449917ca75 /share/man/man8/Makefile
parent7fce188e08d97f3a9724bdb9c1dd8bb7ef7860b3 (diff)
downloadFreeBSD-src-6c5ddf4faffa85f792151d8ca53ecff60f5f3bb5.zip
FreeBSD-src-6c5ddf4faffa85f792151d8ca53ecff60f5f3bb5.tar.gz
Add basic UEFI boot procedure manpage
MFC of r273218 and r273235.
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r--share/man/man8/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index aa1258e..8a34b83 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -11,6 +11,7 @@ MAN= crash.8 \
rc.sendmail.8 \
rc.subr.8 \
rescue.8 \
+ ${_uefi.8} \
yp.8
MLINKS= rc.8 rc.atm.8 \
@@ -25,4 +26,8 @@ MLINKS+=yp.8 NIS.8 \
yp.8 nis.8 \
yp.8 YP.8
+.if ${MACHINE_CPUARCH} == "amd64"
+_uefi.8= uefi.8
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud