mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Install x86 related man pages on x86 systems only.
Reviewed by: jkoshy
This commit is contained in:
parent
7441ac4618
commit
45c6072249
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197741
@ -24,6 +24,7 @@ MAN+= pmc_start.3
|
||||
MAN+= pmclog.3
|
||||
|
||||
# PMC-dependent manual pages
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
MAN+= pmc.atom.3
|
||||
MAN+= pmc.core.3
|
||||
MAN+= pmc.core2.3
|
||||
@ -34,6 +35,7 @@ MAN+= pmc.p4.3
|
||||
MAN+= pmc.p5.3
|
||||
MAN+= pmc.p6.3
|
||||
MAN+= pmc.tsc.3
|
||||
.endif
|
||||
|
||||
MLINKS+= \
|
||||
pmc_allocate.3 pmc_release.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user