mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
13 lines
210 B
Makefile
13 lines
210 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginExpressionParserGo
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/ExpressionParser/Go
|
||
|
|
SRCS= GoLexer.cpp \
|
||
|
|
GoParser.cpp \
|
||
|
|
GoUserExpression.cpp
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|