Module Name:    src
Committed By:   pgoyette
Date:           Sat Apr 22 05:32:40 UTC 2017

Modified Files:
        src/usr.bin/unzip: Makefile

Log Message:
Add crypto stuff on top of what we already have, rather than replacing!


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/unzip/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/unzip/Makefile
diff -u src/usr.bin/unzip/Makefile:1.4 src/usr.bin/unzip/Makefile:1.5
--- src/usr.bin/unzip/Makefile:1.4	Fri Apr 21 23:49:17 2017
+++ src/usr.bin/unzip/Makefile	Sat Apr 22 05:32:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/04/21 23:49:17 christos Exp $
+# $NetBSD: Makefile,v 1.5 2017/04/22 05:32:40 pgoyette Exp $
 
 .include <bsd.own.mk>
 PROG=	unzip
@@ -7,8 +7,8 @@ DPADD+=		${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
 LDADD+=		-larchive -lz -lbz2
 
 .if ${MKCRYPTO:Uno} == "yes"
-LDADD=  -lcrypto
-DPADD=  ${LIBCRYPTO}
+LDADD+=  -lcrypto
+DPADD+=  ${LIBCRYPTO}
 .endif
 
 COPTS.unzip.c += -Wno-format-y2k

Reply via email to