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/31442ef7b797
branches: trunk
changeset: 353155:31442ef7b797
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 7c5c66291101 -r 31442ef7b797 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