Install arch-specific manpages by MACHINE_CPUARCH, not MACHINE_ARCH.
This commit is contained in:
parent
a393ae13a4
commit
299a3f1c30
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209992
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user