PROG=	zipinfo
CFLAGS+= -I$(.CURDIR)/../unzip -DZIPINFO
SRCS=	zipinfo.c envargs.c match.c misc.c

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

.include <bsd.prog.mk>
