summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/clang/lldb-server/Makefile4
-rw-r--r--gnu/usr.bin/clang/lldb/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/clang/lldb-server/Makefile b/gnu/usr.bin/clang/lldb-server/Makefile
index ff404ab0502..276342f3b77 100644
--- a/gnu/usr.bin/clang/lldb-server/Makefile
+++ b/gnu/usr.bin/clang/lldb-server/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2020/08/03 14:45:31 patrick Exp $
+# $OpenBSD: Makefile,v 1.3 2021/02/09 21:57:25 patrick Exp $
.include <bsd.own.mk>
-NOPROG= lldb-server
+PROG= lldb-server
BINDIR= /usr/bin
NOMAN=
diff --git a/gnu/usr.bin/clang/lldb/Makefile b/gnu/usr.bin/clang/lldb/Makefile
index d5a07b76578..1106c84765b 100644
--- a/gnu/usr.bin/clang/lldb/Makefile
+++ b/gnu/usr.bin/clang/lldb/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.7 2020/08/03 14:45:31 patrick Exp $
+# $OpenBSD: Makefile,v 1.8 2021/02/09 21:57:25 patrick Exp $
.include <bsd.own.mk>
-NOPROG= lldb
+PROG= lldb
BINDIR= /usr/bin
LIBEXECDIR=/usr/libexec