projects
/
ctfdump
/
.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Almost complete type dump
[ctfdump/.git]
/
Makefile
Commit
Line
Data
f8621c6a
MP
1
2
PROG= ctfdump
3
MAN=
4
5
DEBUG=-g
6
7
CFLAGS+= -DZLIB
8
CFLAGS+= -Wall -Wno-unused -Werror
9
10
LDADD+= -lz
11
DPADD+= ${LIBZ}
12
13
.include <bsd.prog.mk>