diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-02-09 21:57:26 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-02-09 21:57:26 +0000 |
commit | f726e2e78c6591580b0305870cfeb925431c0109 (patch) | |
tree | 9a276ac0b36c9510e01db0ed6fe64e07fa39a501 /gnu/usr.bin/clang | |
parent | b3b8fe21684c11487d99465d815a2bc676139ef3 (diff) |
Build and install lldb.
Discussed with deraadt@
Diffstat (limited to 'gnu/usr.bin/clang')
-rw-r--r-- | gnu/usr.bin/clang/lldb-server/Makefile | 4 | ||||
-rw-r--r-- | gnu/usr.bin/clang/lldb/Makefile | 4 |
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 |