Merge branch 'vendor/LIBARCHIVE'
[dragonfly.git] / usr.bin / unzip / Makefile
1 # $FreeBSD: head/usr.bin/unzip/Makefile 275042 2014-11-25 14:29:10Z bapt $
2
3 PROG=   unzip
4 CSTD=   c99
5 LDADD=  -larchive
6 DPADD=  ${LIBARCHIVE}
7
8 .include <bsd.prog.mk>