mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
17 lines
284 B
Makefile
17 lines
284 B
Makefile
PACKAGE=lib${LIB}
|
|
LIB= pmcstat
|
|
INTERNALLIB=
|
|
|
|
SRCS= \
|
|
libpmcstat_event.c \
|
|
libpmcstat_image.c \
|
|
libpmcstat_logging.c \
|
|
libpmcstat_process.c \
|
|
libpmcstat_string.c \
|
|
libpmcstat_symbol.c
|
|
|
|
# If libpmcstat becomes public uncomment this line
|
|
#INCS= libpmcstat.h
|
|
|
|
.include <bsd.lib.mk>
|