1# $OpenBSD: Makefile,v 1.3 2023/11/11 18:35:39 robert Exp $
2
3LIB=	lldbPluginScriptInterpreter
4NOPIC=
5NOPROFILE=
6
7.include <bsd.own.mk>
8
9SRCS=	ScriptInterpreterNone.cpp
10
11.PATH:	${.CURDIR}/../../../llvm/lldb/source/Plugins/ScriptInterpreter/None
12
13install:
14	@# Nothing here so far ...
15
16.include <bsd.lib.mk>
17
18CPPFLAGS+=	${LLDB_INCLUDES}
19CPPFLAGS+=	${CLANG_INCLUDES}
20