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