Module Name: src
Committed By: christos
Date: Sun Jul 19 23:34:00 UTC 2009
Modified Files:
src/crypto: Makefile.openssl
Log Message:
openssl moved
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/Makefile.openssl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/Makefile.openssl
diff -u src/crypto/Makefile.openssl:1.8 src/crypto/Makefile.openssl:1.9
--- src/crypto/Makefile.openssl:1.8 Fri Nov 25 15:35:41 2005
+++ src/crypto/Makefile.openssl Sun Jul 19 19:34:00 2009
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.openssl,v 1.8 2005/11/25 20:35:41 christos Exp $
+# $NetBSD: Makefile.openssl,v 1.9 2009/07/19 23:34:00 christos Exp $
.ifndef _MAKEFILE_OPENSSL_INCLUDED
_MAKEFILE_OPENSSL_INCLUDED=1
.include <bsd.own.mk>
-OPENSSLSRC= ${CRYPTODIST}/openssl
+OPENSSLSRC= ${CRYPTODIST}/external/bsd/openssl/dist
CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
CPPFLAGS+= -DENGINESDIR=\"/usr/lib/openssl\"
CPPFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H