mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 17:29:02 -04:00
12 lines
176 B
Makefile
12 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmprofiledata
|
|
|
|
SRCDIR= lib/ProfileData
|
|
SRCS= InstrProf.cpp \
|
|
InstrProfReader.cpp \
|
|
InstrProfWriter.cpp
|
|
|
|
.include "../clang.lib.mk"
|