]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Makefile
Import ctfdump from OpenBSD (ISC license)
[FreeBSD/FreeBSD.git] / Makefile
1
2 PROG=           ctfdump
3 SRCS=           ctfdump.c elf.c
4
5 CFLAGS+=        -W -Wall -Wstrict-prototypes -Wno-unused -Wunused-variable
6
7 CFLAGS+=        -DZLIB
8 LDADD+=         -lz
9 DPADD+=         ${LIBZ}
10
11 .include <bsd.prog.mk>