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