projects
/
elfdbg
/
.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add usage and avoid execution when there is no argument
[elfdbg/.git]
/
Makefile
Commit
Line
Data
4974f578
SB
1
.include <bsd.own.mk>
2
3
PREFIX?= /usr/local
4
BINDIR= ${PREFIX}/bin
f4b470b9
SB
5
6
PROG= elfdbg
4974f578
7
MAN= elfdbg.1
f4b470b9
SB
8
SRCS= elfdbg.c
9
4974f578
10
LDADD= -lelf
f4b470b9
SB
11
12
.include <bsd.prog.mk>