]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpmcstat/Makefile
Update to bmake-201802222
[FreeBSD/FreeBSD.git] / lib / libpmcstat / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 LIB=    pmcstat
5 INTERNALLIB=
6
7 SRCS=   \
8         libpmcstat_event.c      \
9         libpmcstat_image.c      \
10         libpmcstat_logging.c    \
11         libpmcstat_process.c    \
12         libpmcstat_string.c     \
13         libpmcstat_symbol.c
14 INCS=   libpmcstat.h
15
16 .include <bsd.lib.mk>