1 1.2.4.2 thorpej # $NetBSD: Makefile.openssl,v 1.2.4.2 2000/06/16 06:16:38 thorpej Exp $ 2 1.2.4.2 thorpej 3 1.2.4.2 thorpej .ifndef _MAKEFILE_OPENSSL_INCLUDED 4 1.2.4.2 thorpej _MAKEFILE_OPENSSL_INCLUDED=1 5 1.2.4.2 thorpej 6 1.2.4.2 thorpej .include <bsd.own.mk> 7 1.2.4.2 thorpej 8 1.2.4.2 thorpej OPENSSLSRC= ${CRYPTODIST}/openssl 9 1.2.4.2 thorpej CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\" 10 1.2.4.2 thorpej 11 1.2.4.2 thorpej .if defined(USELESS_CRYPTO) 12 1.2.4.2 thorpej CPPFLAGS+= -DNO_IDEA -DNO_RC5 -DNO_RSA 13 1.2.4.2 thorpej .endif 14 1.2.4.2 thorpej 15 1.2.4.2 thorpej .endif 16