mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
17 lines
326 B
Makefile
17 lines
326 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginInstrumentationRuntimeAddressSanitizer
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer
|
|
SRCS= AddressSanitizerRuntime.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|