Module Name: src
Committed By: christos
Date: Mon Jul 20 15:48:16 UTC 2009
Modified Files:
src/crypto/external/bsd/openssh/lib: Makefile
Log Message:
use the proper libcrypto
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/openssh/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/lib/Makefile
diff -u src/crypto/external/bsd/openssh/lib/Makefile:1.1 src/crypto/external/bsd/openssh/lib/Makefile:1.2
--- src/crypto/external/bsd/openssh/lib/Makefile:1.1 Sun Jun 7 18:38:48 2009
+++ src/crypto/external/bsd/openssh/lib/Makefile Mon Jul 20 11:48:16 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/06/07 22:38:48 christos Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/20 15:48:16 christos Exp $
.include <bsd.own.mk>
@@ -23,7 +23,7 @@
CPPFLAGS+= -I${SSHDIST}
.PATH: ${SSHDIST}
-LIBDPLIBS+= crypto ${NETBSDSRCDIR}/lib/libcrypto \
+LIBDPLIBS+= crypto ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto \
crypt ${NETBSDSRCDIR}/lib/libcrypt \
z ${NETBSDSRCDIR}/lib/libz