e5e807d114
MKCRYPTO disables the whole crypto tree, and in that case, we will not have RSA (nor libcrypto) with us.
12 lines
239 B
Makefile
12 lines
239 B
Makefile
# $NetBSD: Makefile.openssl,v 1.5 2000/09/30 12:21:51 itojun Exp $
|
|
|
|
.ifndef _MAKEFILE_OPENSSL_INCLUDED
|
|
_MAKEFILE_OPENSSL_INCLUDED=1
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
OPENSSLSRC= ${CRYPTODIST}/openssl
|
|
CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
|
|
|
|
.endif
|