Module Name:    src
Committed By:   skrll
Date:           Mon Jul 20 12:16:37 UTC 2009

Modified Files:
        src/lib/libhx509: Makefile
        src/lib/libkrb5: Makefile
        src/lib/libradius: Makefile

Log Message:
libcrypto moved.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libhx509/Makefile
cvs rdiff -u -r1.40 -r1.41 src/lib/libkrb5/Makefile
cvs rdiff -u -r1.10 -r1.11 src/lib/libradius/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libhx509/Makefile
diff -u src/lib/libhx509/Makefile:1.5 src/lib/libhx509/Makefile:1.6
--- src/lib/libhx509/Makefile:1.5	Mon Oct 27 07:26:55 2008
+++ src/lib/libhx509/Makefile	Mon Jul 20 12:16:37 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/10/27 07:26:55 mrg Exp $
+# $NetBSD: Makefile,v 1.6 2009/07/20 12:16:37 skrll Exp $
 
 USE_FORT?= yes	# cryptographic software
 
@@ -13,7 +13,7 @@
 
 LIB=		hx509
 
-LIBDPLIBS+=	crypto	${.CURDIR}/../libcrypto \
+LIBDPLIBS+=	crypto	${.CURDIR}/../../crypto/external/bsd/openssl/lib/libcrypto \
 		asn1	${.CURDIR}/../libasn1 \
 		roken	${.CURDIR}/../libroken
 

Index: src/lib/libkrb5/Makefile
diff -u src/lib/libkrb5/Makefile:1.40 src/lib/libkrb5/Makefile:1.41
--- src/lib/libkrb5/Makefile:1.40	Sun Apr 13 21:29:15 2008
+++ src/lib/libkrb5/Makefile	Mon Jul 20 12:16:37 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2008/04/13 21:29:15 mlelstv Exp $
+# $NetBSD: Makefile,v 1.41 2009/07/20 12:16:37 skrll Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -14,7 +14,7 @@
 LIB=		krb5
 
 LIBDPLIBS+=	hx509	${.CURDIR}/../libhx509 \
-		crypto	${.CURDIR}/../libcrypto \
+		crypto	${.CURDIR}/../../crypto/external/bsd/openssl/lib/libcrypto \
 		asn1	${.CURDIR}/../libasn1 \
 		com_err	${.CURDIR}/../libcom_err \
 		roken	${.CURDIR}/../libroken

Index: src/lib/libradius/Makefile
diff -u src/lib/libradius/Makefile:1.10 src/lib/libradius/Makefile:1.11
--- src/lib/libradius/Makefile:1.10	Mon May 28 12:06:20 2007
+++ src/lib/libradius/Makefile	Mon Jul 20 12:16:37 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/05/28 12:06:20 tls Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/20 12:16:37 skrll Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -13,7 +13,7 @@
 
 .if (${MKCRYPTO} != "no")
 CPPFLAGS+=	-DWITH_SSL
-LIBDPLIBS+=crypto ${.CURDIR}/../libcrypto
+LIBDPLIBS+=crypto ${.CURDIR}/../../crypto/external/bsd/openssl/lib/libcrypto
 .endif
 
 SRCS=	radlib.c

Reply via email to