Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/unzip Add crypto stuff on top of what we already hav...



details:   https://anonhg.NetBSD.org/src/rev/d0b7bc57341e
branches:  trunk
changeset: 823411:d0b7bc57341e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Apr 22 05:32:40 2017 +0000

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

diffstat:

 usr.bin/unzip/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2c49f68b72b5 -r d0b7bc57341e usr.bin/unzip/Makefile
--- a/usr.bin/unzip/Makefile    Sat Apr 22 04:29:31 2017 +0000
+++ b/usr.bin/unzip/Makefile    Sat Apr 22 05:32:40 2017 +0000
@@ -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 @@
 LDADD+=                -larchive -lz -lbz2
 
 .if ${MKCRYPTO:Uno} == "yes"
-LDADD=  -lcrypto
-DPADD=  ${LIBCRYPTO}
+LDADD+=  -lcrypto
+DPADD+=  ${LIBCRYPTO}
 .endif
 
 COPTS.unzip.c += -Wno-format-y2k



Home | Main Index | Thread Index | Old Index