summaryrefslogtreecommitdiff
path: root/lib/libgssapi
diff options
context:
space:
mode:
authorassar <assar@NetBSD.org>2001-09-17 12:34:40 +0000
committerassar <assar@NetBSD.org>2001-09-17 12:34:40 +0000
commit2a2aa85a8de56bd8f7a7358dbb9a35d90f398d3f (patch)
treed20d72e4aa78755f12bf4ed922b13745954679b3 /lib/libgssapi
parent5b9616a3e3b715db465b5809f2b95ff425d8c526 (diff)
update infrastructure for krb4 1.1 and heimdal 0.4e
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile
index 20df916d825..ae7805bf9b7 100644
--- a/lib/libgssapi/Makefile
+++ b/lib/libgssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/11 18:02:05 assar Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/17 12:34:41 assar Exp $
.include <bsd.own.mk>
@@ -62,11 +62,7 @@ CPPFLAGS+= -I. \
-I${ASN1} \
-I${KRB5} \
-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 \
- -I${DIST}/openssl/crypto/des \
+ -I${DIST}/openssl/crypto \
-I${DIST}/heimdal/lib/asn1 \
-I${DIST}/heimdal/lib/com_err \
-I${.CURDIR}/../../include/heimdal \