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:
kientzle 2012-10-06 17:54:42 +00:00
parent f3a0231bff
commit 9f91838f63

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