aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmcstat/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-03-25 01:32:16 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-03-25 01:32:16 +0000
commitee55186dfd98663c567b0dfdccf0c3c31282f37a (patch)
tree087db7dc88d6f34cfa12f8e59b48b9449fb1afa9 /lib/libpmcstat/Makefile
parente055e3367e4febc5999d123c2fb418e9ede607d1 (diff)
downloadsrc-ee55186dfd98663c567b0dfdccf0c3c31282f37a.tar.gz
src-ee55186dfd98663c567b0dfdccf0c3c31282f37a.zip
pmc: Add include path for libpmcstat as it is an internallib
Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D24173
Notes
Notes: svn path=/head/; revision=359292
Diffstat (limited to 'lib/libpmcstat/Makefile')
-rw-r--r--lib/libpmcstat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpmcstat/Makefile b/lib/libpmcstat/Makefile
index 5becabb5c957..b5777315bbb6 100644
--- a/lib/libpmcstat/Makefile
+++ b/lib/libpmcstat/Makefile
@@ -10,6 +10,8 @@ SRCS= \
libpmcstat_process.c \
libpmcstat_string.c \
libpmcstat_symbol.c
-INCS= libpmcstat.h
+
+# If libpmcstat becomes public uncomment this line
+#INCS= libpmcstat.h
.include <bsd.lib.mk>