This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1f04e8f501
freebsd-dev
/
usr.bin
/
elfdump
/
Makefile
7 lines
61 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a BSDL'ed util that displays information about ELF files. This is simular to readelf(1) and objdump(1). Submitted by: jake
2003-01-15 18:32:06 +00:00
# $FreeBSD$
PROG
=
elfdump
Make WARNS=5 clean even on 64-bit platforms.
2003-02-03 01:30:47 +00:00
WARNS
?=
5
Add a BSDL'ed util that displays information about ELF files. This is simular to readelf(1) and objdump(1). Submitted by: jake
2003-01-15 18:32:06 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink