repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
gpl3
/
binutils
/
usr.bin
/
readelf
/
Makefile
blob
14e0572ed8eed985ebd184b03fa52c6e1d8834c2
1
# $NetBSD$
2
3
PROG
=
readelf
4
5
DPADD
= ${
LIBZ
}
6
LDADD
= -
lz
7
8
.
include
<
bsd.own.mk
>
9
10
.
include
"${.CURDIR}/../common/Makefile.prog"