mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
190 B
Makefile
10 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"
|