PROG=	funzip
CFLAGS+= -I$(.CURDIR)/../unzip
SRCS=	funzip.c inflate.c

.PATH:	$(.CURDIR)/../unzip

.include <bsd.prog.mk>
