Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/unzip fix conditional



details:   https://anonhg.NetBSD.org/src/rev/f429db8189bb
branches:  trunk
changeset: 823406:f429db8189bb
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 21 23:49:17 2017 +0000

description:
fix conditional

diffstat:

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

diffs (18 lines):

diff -r b7da5c63a64f -r f429db8189bb usr.bin/unzip/Makefile
--- a/usr.bin/unzip/Makefile    Fri Apr 21 23:36:57 2017 +0000
+++ b/usr.bin/unzip/Makefile    Fri Apr 21 23:49:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/04/21 23:06:18 christos Exp $
+# $NetBSD: Makefile,v 1.4 2017/04/21 23:49:17 christos Exp $
 
 .include <bsd.own.mk>
 PROG=  unzip
@@ -6,7 +6,7 @@
 DPADD+=                ${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
 LDADD+=                -larchive -lz -lbz2
 
-.if ${MKCRYPTO:Uno} 
+.if ${MKCRYPTO:Uno} == "yes"
 LDADD=  -lcrypto
 DPADD=  ${LIBCRYPTO}
 .endif



Home | Main Index | Thread Index | Old Index