Module Name:    src
Committed By:   christos
Date:           Fri Apr 21 23:49:18 UTC 2017

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

Log Message:
fix conditional


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/usr.bin/unzip/Makefile:1.4
--- src/usr.bin/unzip/Makefile:1.3	Fri Apr 21 19:06:18 2017
+++ src/usr.bin/unzip/Makefile	Fri Apr 21 19:49:17 2017
@@ -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 @@ PROG=	unzip
 DPADD+=		${LIBARCHIVE} ${LIBZ} ${LIBBZ2}
 LDADD+=		-larchive -lz -lbz2
 
-.if ${MKCRYPTO:Uno} 
+.if ${MKCRYPTO:Uno} == "yes"
 LDADD=  -lcrypto
 DPADD=  ${LIBCRYPTO}
 .endif

Reply via email to