Fix manual page install on non-amd64

Reviewed by:	emaste, imp
Differential Revision:	https://reviews.freebsd.org/D14038
This commit is contained in:
Li-Wen Hsu 2018-01-25 05:15:44 +00:00
parent 8f182e3ff6
commit c676c939e2

View File

@ -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 <bsd.prog.mk>