mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Fix "make install"
Also make arm the same as other platforms: Install man pages for all CPUs in the family.
This commit is contained in:
parent
21d172a3f1
commit
5847daf4c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241255
@ -42,7 +42,7 @@ MAN+= pmc.sandybridgeuc.3
|
||||
MAN+= pmc.westmere.3
|
||||
MAN+= pmc.westmereuc.3
|
||||
MAN+= pmc.tsc.3
|
||||
.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale"
|
||||
.elif ${MACHINE_CPUARCH} == "arm"
|
||||
MAN+= pmc.xscale.3
|
||||
.elif ${MACHINE_CPUARCH} == "mips"
|
||||
MAN+= pmc.mips24k.3
|
||||
|
Loading…
Reference in New Issue
Block a user