From 8d6c7a49a6d934aea5c5f8462780dbfda3749520 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 14:29:10 +0000 Subject: Convert to usr.bin/ to LIBADD Reduce overlinking --- usr.bin/unzip/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/unzip/Makefile') diff --git a/usr.bin/unzip/Makefile b/usr.bin/unzip/Makefile index ef8a690..9ed1a95 100644 --- a/usr.bin/unzip/Makefile +++ b/usr.bin/unzip/Makefile @@ -2,7 +2,6 @@ PROG = unzip CSTD = c99 -DPADD = ${LIBARCHIVE} ${LIBZ} -LDADD = -larchive -lz +LIBADD= archive .include -- cgit v1.1