xref: /freebsd-13.1/lib/libpmcstat/Makefile (revision ee55186d)
1# $FreeBSD$
2PACKAGE=lib${LIB}
3LIB=	pmcstat
4INTERNALLIB=
5
6SRCS=	\
7	libpmcstat_event.c	\
8	libpmcstat_image.c	\
9	libpmcstat_logging.c	\
10	libpmcstat_process.c	\
11	libpmcstat_string.c	\
12	libpmcstat_symbol.c
13
14# If libpmcstat becomes public uncomment this line
15#INCS=	libpmcstat.h
16
17.include <bsd.lib.mk>
18