projects
/
elfdbg
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
76f168336818d2ac97a2d5eee242bbe613b95eac
[elfdbg/.git]
/
Makefile
1
DESTDIR=/usr/local/
2
BINDIR=bin
3
4
PROG= elfdbg
5
SRCS= elfdbg.c
6
7
CFLAGS+=-lelf
8
9
.include <bsd.prog.mk>