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