artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee4ff1
)
Do not forget to install ar.1; ok robert
author
deraadt
<deraadt@openbsd.org>
Wed, 23 Mar 2022 22:44:01 +0000
(22:44 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 23 Mar 2022 22:44:01 +0000
(22:44 +0000)
gnu/usr.bin/clang/llvm-ar/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/clang/llvm-ar/Makefile
b/gnu/usr.bin/clang/llvm-ar/Makefile
index
8301c65
..
df837ae
100644
(file)
--- 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 rober
t Exp $
+# $OpenBSD: Makefile,v 1.
4 2022/03/23 22:44:01 deraad
t 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