]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpmcstat/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / lib / libpmcstat / Makefile
1 # $FreeBSD$
2 PACKAGE=lib${LIB}
3 LIB=    pmcstat
4 INTERNALLIB=
5
6 SRCS=   \
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>