]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpmcstat/Makefile
Remove spurious newline
[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 INCS=   libpmcstat.h
14
15 .include <bsd.lib.mk>