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:
Tim Kientzle 2012-10-06 17:54:42 +00:00
parent 21d172a3f1
commit 5847daf4c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241255

View File

@ -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