From b48df0975f6bbe5b44925ba6bf4ddffa6bd9616c Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 27 Aug 2000 07:35:09 +0000 Subject: add comment - the .if statment is not friendly with cross build --- security/racoon/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/racoon') diff --git a/security/racoon/Makefile b/security/racoon/Makefile index ff651306489..9a2674e50bf 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/08/21 21:01:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/27 07:35:09 itojun Exp $ # DISTNAME= racoon-20000731a @@ -22,6 +22,7 @@ BUILD_DEFS+= USE_INET6 # if PATENTEDOPENSSLSRC is defined, then we assume that # RSA already exists in the OpenSSL built as part of the # base distribution. +# XXX the check chokes with cross build .if !defined(PATENTEDOPENSSLSRC) && !exists(/usr/include/openssl/rsa.h) DEPENDS+= openssl-0.9.*:../../security/openssl CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \ -- cgit v1.2.3