Install arch-specific manpages by MACHINE_CPUARCH, not MACHINE_ARCH.

This commit is contained in:
Nathan Whitehorn 2010-07-13 12:51:02 +00:00
parent a393ae13a4
commit 299a3f1c30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209992

View File

@ -678,8 +678,8 @@ MLINKS+=lindev.4 full.4
_atp.4= atp.4
.endif
.if exists(${.CURDIR}/man4.${MACHINE_ARCH})
SUBDIR= man4.${MACHINE_ARCH}
.if exists(${.CURDIR}/man4.${MACHINE_CPUARCH})
SUBDIR= man4.${MACHINE_CPUARCH}
.endif
.include <bsd.prog.mk>