pkgsrc/devel/pedisassem/files/Makefile
danw 362d72ce7b s/malloc.h/stdlib.h/ for darwin/freebsd
also make it build without -Werror since newer versions of gcc
complain about some of the code
2004-05-07 01:54:16 +00:00

9 lines
138 B
Makefile

PROG= pedisassem
SRCS= decoder.c ieee.c main.c pedump.c print.c
NOMAN= yes
BINDIR= ${PREFIX}/bin
NOGCCERROR=yes
.include <bsd.prog.mk>