mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
11 lines
190 B
Makefile
11 lines
190 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginScriptInterpreterNone
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/ScriptInterpreter/None
|
||
|
|
SRCS= ScriptInterpreterNone.cpp
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|