Pull in ${DESTDIR}/usr/include before ${DESTDIR}/usr/include/openssl, so

that we get the system's err.h, not openssl's.
This commit is contained in:
nathanw 2000-12-19 21:18:32 +00:00
parent ee5e1d12cf
commit 95ecff2f0d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2000/10/26 06:00:49 garbled Exp $
# $NetBSD: Makefile,v 1.6 2000/12/19 21:18:32 nathanw Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/admin
@ -23,6 +23,7 @@ CPPFLAGS+= -I. \
-I${.CURDIR}/../../include/heimdal \
-I${DESTDIR}/usr/include/kadm5 \
-I${DESTDIR}/usr/include/krb5 \
-I${DESTDIR}/usr/include \
-I${DESTDIR}/usr/include/openssl \
-DHAVE_CONFIG_H