From a0c1f53ee7e8a3cd69053ffdedd3c60c2ee43705 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 31 Aug 2017 21:22:18 +0000 Subject: Import ctfdump from OpenBSD (ISC license) For now import it from my own github repository which is a fork of mpi@OpenBSD's version for portability issues. This will be switched to mpi's version once portability issues will have been addressed Discussed with: mpi@ Obtained from: OpenBSD --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 000000000000..f051dd7cdd38 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ + +PROG= ctfdump +SRCS= ctfdump.c elf.c + +CFLAGS+= -W -Wall -Wstrict-prototypes -Wno-unused -Wunused-variable + +CFLAGS+= -DZLIB +LDADD+= -lz +DPADD+= ${LIBZ} + +.include -- cgit v1.3