diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-03-23 22:44:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-03-23 22:44:02 +0000 |
commit | a4610bb1e02a1af6837bf50401bb224213f4520c (patch) | |
tree | 0baeda6680130784d56b5de1f6ef0d18a4eb7242 /gnu/usr.bin/clang | |
parent | 3be830b3a22e2698fac992d9fc0d62cbdc89d1a4 (diff) |
Do not forget to install ar.1; ok robert
Diffstat (limited to 'gnu/usr.bin/clang')
-rw-r--r-- | gnu/usr.bin/clang/llvm-ar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/llvm-ar/Makefile b/gnu/usr.bin/clang/llvm-ar/Makefile index 8301c65297a..df837ae1a07 100644 --- a/gnu/usr.bin/clang/llvm-ar/Makefile +++ b/gnu/usr.bin/clang/llvm-ar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2022/03/23 14:23:44 robert Exp $ +# $OpenBSD: Makefile,v 1.4 2022/03/23 22:44:01 deraadt Exp $ PROG= ar BINDIR= /usr/bin @@ -8,7 +8,7 @@ BINDIR= /usr/bin SRCS= llvm-ar.cpp LINKS= ${BINDIR}/ar ${BINDIR}/ranlib -MAN+= ranlib.1 +MAN+= ranlib.1 ar.1 .PATH: ${.CURDIR}/../../../llvm/llvm/tools/llvm-ar |