summaryrefslogtreecommitdiffstats
path: root/usr.bin/unzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/unzip/Makefile')
-rw-r--r--usr.bin/unzip/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/unzip/Makefile b/usr.bin/unzip/Makefile
index cc31dea..ef8a690 100644
--- a/usr.bin/unzip/Makefile
+++ b/usr.bin/unzip/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
PROG = unzip
-WARNS ?= 6
CSTD = c99
-DPADD = ${LIBARCHIVE}
-LDADD = -larchive
+DPADD = ${LIBARCHIVE} ${LIBZ}
+LDADD = -larchive -lz
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud