From: patrick Date: Tue, 9 Feb 2021 21:57:25 +0000 (+0000) Subject: Build and install lldb. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a5416d520714b70415334b208415b6b3bf2cccb8;p=openbsd Build and install lldb. Discussed with deraadt@ --- 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 -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 -NOPROG= lldb +PROG= lldb BINDIR= /usr/bin LIBEXECDIR=/usr/libexec