From 470747571c8e0662715a5b60dbcb3888c3aebfc5 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 10 Nov 2023 15:18:05 +0000 Subject: [PATCH] remove unused liblldbPluginOperatingSystem --- .../liblldbPluginOperatingSystem/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 gnu/usr.bin/clang/liblldbPluginOperatingSystem/Makefile 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} -- 2.20.1