aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2021-05-31 14:24:04 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2021-05-31 20:39:05 +0000
commit689c7e7975cdee38ca6fd60ad3372d55c43c948c (patch)
tree9e7027d65b024b27f14732304d4f105e99f0a111 /Makefile.libcompat
parent0c915023dbb7000cd30bb768eb84f6dc757adcc5 (diff)
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index e4d9cd94e835..779bcb163cf7 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -51,7 +51,7 @@ _LC_INCDIRS= \
.if ${MK_FILE} != "no"
_libmagic= lib/libmagic
.endif
-.if ${MK_PMC} != "no" && ${TARGET_ARCH} == "amd64"
+.if ${MK_PMC} != "no"
_jevents= lib/libpmc/pmu-events
.endif