projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
binutils220: add our build infrastructure
[dragonfly.git]
/
gnu
/
usr.bin
/
binutils220
/
ranlib
/
Makefile
1
.include "../Makefile.bu"
2
3
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
4
5
PROG= ranlib
6
SRCS= ar.c is-ranlib.c
7
8
NOSHARED?= yes
9
10
.include <bsd.prog.mk>