Fix manual page install on non-amd64
Reviewed by: emaste, imp Differential Revision: https://reviews.freebsd.org/D14038
This commit is contained in:
parent
8f182e3ff6
commit
c676c939e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user