From c676c939e2e1e376d2933941f2a4aa6094f29d7d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Thu, 25 Jan 2018 05:15:44 +0000 Subject: [PATCH] Fix manual page install on non-amd64 Reviewed by: emaste, imp Differential Revision: https://reviews.freebsd.org/D14038 --- share/man/man8/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 64fa40d0e6b6..644748af1342 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -29,14 +29,15 @@ MLINKS= \ .if ${MK_NIS} != "no" MAN+= yp.8 -MLINKS+=uefi.8 efi.8 \ - yp.8 NIS.8 \ +MLINKS+=yp.8 NIS.8 \ yp.8 nis.8 \ yp.8 YP.8 .endif .if ${MACHINE_CPUARCH} == "amd64" _uefi.8= uefi.8 + +MLINKS+=uefi.8 efi.8 .endif .include