summaryrefslogtreecommitdiffstats
path: root/lib/libpmc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-02-11 02:34:26 +0000
committerimp <imp@FreeBSD.org>2011-02-11 02:34:26 +0000
commitdcd87e72a9bb5b46828d2c620521db90f4b79f34 (patch)
tree7464df57d4e704b077e48d49af1d4ff284e20c98 /lib/libpmc
parent290cb0908cccf1c58ecd5b98ac9ab134cb0a21b8 (diff)
downloadFreeBSD-src-dcd87e72a9bb5b46828d2c620521db90f4b79f34.zip
FreeBSD-src-dcd87e72a9bb5b46828d2c620521db90f4b79f34.tar.gz
Revert last commit: CPUTYPE will be defined here
Diffstat (limited to 'lib/libpmc')
-rw-r--r--lib/libpmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile
index fc52cfb..85ddf0f 100644
--- a/lib/libpmc/Makefile
+++ b/lib/libpmc/Makefile
@@ -38,7 +38,7 @@ MAN+= pmc.corei7uc.3
MAN+= pmc.westmere.3
MAN+= pmc.westmereuc.3
MAN+= pmc.tsc.3
-.elif ${MACHINE_CPUARCH} == "arm" && defined(CPUTYPE) && ${CPUTYPE} == "xscale"
+.elif ${MACHINE_CPUARCH} == "arm" && ${CPUTYPE} == "xscale"
MAN+= pmc.xscale.3
.endif
OpenPOWER on IntegriCloud