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