1# $FreeBSD$ 2 3PROG = unzip 4CSTD = c99 5DPADD = ${LIBARCHIVE} ${LIBZ} 6LDADD = -larchive -lz 7 8.include <bsd.prog.mk> 9