Subject: heimdal include files
To: None <tech-net@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-net
Date: 04/12/2001 14:50:28
heimdal build tree does the following. in my opinion from openssl side,
we should not do this. we should put
#include <openssl/md4.h>
and no additinal -I, if we want to use md4.h from openssl.
itojun
CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/krb5 \
-I${DIST}/openssl/crypto/md5 \
-I${DIST}/openssl/crypto/sha \
-I${DIST}/openssl/crypto/rc4 \
-I${DIST}/openssl/crypto/des \