# $OpenBSD: Makefile,v 1.1 2018/10/04 11:43:29 patrick Exp $ LIB= lldbPluginScriptInterpreter NOPIC= NOPROFILE= .include SRCS= ScriptInterpreterNone.cpp .PATH: ${.CURDIR}/../../../llvm/tools/lldb/source/Plugins/ScriptInterpreter/None install: @# Nothing here so far ... .include CPPFLAGS+= ${LLDB_INCLUDES} CPPFLAGS+= ${CLANG_INCLUDES}