1 1.1 thorpej # $NetBSD: Makefile.openssl,v 1.1 2000/06/16 04:16:02 thorpej 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.1 thorpej .if !PATENTEDOPENSSLSRC 12 1.1 thorpej CPPFLAGS+= -DNO_IDEA -DNO_RC5 -DNO_RSA 13 1.1 thorpej .endif 14 1.1 thorpej 15 1.1 thorpej .endif 16