From: robert Date: Fri, 10 Nov 2023 15:18:05 +0000 (+0000) Subject: remove unused liblldbPluginOperatingSystem X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=470747571c8e0662715a5b60dbcb3888c3aebfc5;p=openbsd remove unused liblldbPluginOperatingSystem --- diff --git a/gnu/usr.bin/clang/liblldbPluginOperatingSystem/Makefile b/gnu/usr.bin/clang/liblldbPluginOperatingSystem/Makefile deleted file mode 100644 index a3414577ccf..00000000000 --- a/gnu/usr.bin/clang/liblldbPluginOperatingSystem/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:30 patrick Exp $ - -LIB= lldbPluginOperatingSystem -NOPIC= -NOPROFILE= - -.include -SRCS= OperatingSystemPython.cpp \ - -.PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/OperatingSystem/Python - -install: - @# Nothing here so far ... - -.include - -CPPFLAGS+= ${LLDB_INCLUDES} -CPPFLAGS+= ${CLANG_INCLUDES}