1 1.3 veego # $NetBSD: Makefile.openssl,v 1.3 2000/07/05 13:57:15 veego Exp $ 2 1.1 thorpej 3 1.1 thorpej .ifndef _MAKEFILE_OPENSSL_INCLUDED 4 1.1 thorpej _MAKEFILE_OPENSSL_INCLUDED=1 5 1.1 thorpej 6 1.1 thorpej .include <bsd.own.mk> 7 1.1 thorpej 8 1.1 thorpej OPENSSLSRC= ${CRYPTODIST}/openssl 9 1.1 thorpej CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\" 10 1.1 thorpej 11 1.3 veego .if (${MKCRYPTO_IDEA} == "no") 12 1.3 veego CPPFLAGS+= -DNO_IDEA 13 1.3 veego .endif 14 1.3 veego 15 1.3 veego .if (${MKCRYPTO_RC5} == "no") 16 1.3 veego CPPFLAGS+= -DNO_RC5 17 1.3 veego .endif 18 1.3 veego 19 1.3 veego .if (${MKCRYPTO_RSA} == "no") 20 1.3 veego CPPFLAGS+= -DNO_RSA 21 1.1 thorpej .endif 22 1.1 thorpej 23 1.1 thorpej .endif 24