Module Name: src
Committed By: christos
Date: Mon Jul 20 17:28:51 UTC 2009
Modified Files:
src/lib/libgssapi: Makefile
Log Message:
use the proper libcrypto
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libgssapi/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/libgssapi/Makefile
diff -u src/lib/libgssapi/Makefile:1.21 src/lib/libgssapi/Makefile:1.22
--- src/lib/libgssapi/Makefile:1.21 Thu Aug 28 20:02:22 2008
+++ src/lib/libgssapi/Makefile Mon Jul 20 13:28:51 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/08/29 00:02:22 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.22 2009/07/20 17:28:51 christos Exp $
USE_FORT?= yes # network protocol library
@@ -21,7 +21,7 @@
asn1 ${.CURDIR}/../libasn1 \
com_err ${.CURDIR}/../libcom_err \
roken ${.CURDIR}/../libroken \
- crypto ${.CURDIR}/../libcrypto \
+ crypto ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto \
heimntlm ${.CURDIR}/../libheimntlm
.if ${USETOOLS} != "yes"