Remove -I line for no longer extant directory. The OpenSSL libraries
built here, unsurprisingly enough, still build and work exactly the same.
This commit is contained in:
parent
c77366b578
commit
be6d3543e4
|
@ -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 @@ OPENSSLSRC= ${CRYPTODIST}/external/bsd/openssl/dist
|
|||
CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
|
||||
CPPFLAGS+= -DENGINESDIR=\"/usr/lib/openssl\"
|
||||
CPPFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H
|
||||
CPPFLAGS+= -I${CRYPTODIST}/openssl/crypto
|
||||
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue