Module Name:    src
Committed By:   tls
Date:           Wed Sep 23 04:02:29 UTC 2009

Modified Files:
        src/crypto: Makefile.openssl

Log Message:
Remove -I line for no longer extant directory.  The OpenSSL libraries
built here, unsurprisingly enough, still build and work exactly the
same.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/crypto/Makefile.openssl:1.10
--- src/crypto/Makefile.openssl:1.9	Sun Jul 19 23:34:00 2009
+++ src/crypto/Makefile.openssl	Wed Sep 23 04:02:28 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.openssl,v 1.9 2009/07/19 23:34:00 christos Exp $
+#	$NetBSD: Makefile.openssl,v 1.10 2009/09/23 04:02:28 tls Exp $
 
 .ifndef _MAKEFILE_OPENSSL_INCLUDED
 _MAKEFILE_OPENSSL_INCLUDED=1
@@ -9,6 +9,5 @@
 CPPFLAGS+=	-DOPENSSLDIR=\"/etc/openssl\"
 CPPFLAGS+=	-DENGINESDIR=\"/usr/lib/openssl\"
 CPPFLAGS+=	-DDSO_DLFCN -DHAVE_DLFCN_H
-CPPFLAGS+=	-I${CRYPTODIST}/openssl/crypto
 
 .endif

Reply via email to