do not try -Iopenssl/crypto/md4, heimdal code wants libc md4.h, not

openssl md4.h.  (we shouldn't use -Iopenssl btw, use <openssl/foo.h>)
This commit is contained in:
itojun 2001-04-12 05:59:25 +00:00
parent 49a0cbf7f6
commit a5b2b2d549

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2001/02/11 18:02:05 assar Exp $
# $NetBSD: Makefile,v 1.11 2001/04/12 05:59:25 itojun Exp $
.include <bsd.own.mk>
@ -152,7 +152,6 @@ ASN1!= cd ${.CURDIR}/../libasn1 && ${PRINTOBJDIR}
CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/krb5 \
-I${DIST}/openssl/crypto/md4 \
-I${DIST}/openssl/crypto/md5 \
-I${DIST}/openssl/crypto/sha \
-I${DIST}/openssl/crypto/rc4 \