diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-01-04 00:02:58 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-01-04 00:02:58 +0000 |
| commit | 0a97e59728ecf251d065745cb716ffe32b24aa28 (patch) | |
| tree | 3e9ead89e2171842c6913eef9bfe84795cecc9b4 /lib/clang/liblldbPluginScriptInterpreterNone | |
| parent | 1b08e3c0744b77c5fa5e628ffbaac3860d0299df (diff) | |
Notes
Diffstat (limited to 'lib/clang/liblldbPluginScriptInterpreterNone')
| -rw-r--r-- | lib/clang/liblldbPluginScriptInterpreterNone/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginScriptInterpreterNone/Makefile b/lib/clang/liblldbPluginScriptInterpreterNone/Makefile new file mode 100644 index 000000000000..d837539b443c --- /dev/null +++ b/lib/clang/liblldbPluginScriptInterpreterNone/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= lldbPluginScriptInterpreterNone + +SRCDIR= tools/lldb/source/Plugins/ScriptInterpreter/None +SRCS= ScriptInterpreterNone.cpp + +.include "../lldb.lib.mk" |
