# $FreeBSD$
PROG = unzip
CSTD = c99
DPADD = ${LIBARCHIVE} ${LIBZ}
LDADD = -larchive -lz
.include <bsd.prog.mk>