mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
16 lines
254 B
Makefile
16 lines
254 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginSymbolFileSymtab
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/SymbolFile/Symtab
|
||
|
|
SRCS= SymbolFileSymtab.cpp
|
||
|
|
|
||
|
|
TGHDRS= DiagnosticCommonKinds \
|
||
|
|
DeclNodes \
|
||
|
|
StmtNodes \
|
||
|
|
CommentCommandList
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|