]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/unzip/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / unzip / Makefile
1 # $FreeBSD$
2
3 PROG = unzip
4 WARNS ?= 6
5 CSTD = c99
6 DPADD = ${LIBARCHIVE} ${LIBZ}
7 LDADD = -larchive -lz
8
9 .include <bsd.prog.mk>