diff --git a/lib/libkadm/Makefile b/lib/libkadm/Makefile index 6c438569d538..973a8baa0fbe 100644 --- a/lib/libkadm/Makefile +++ b/lib/libkadm/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:35 thorpej Exp $ -DIST= ${.CURDIR}/../../dist +# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:58 thorpej Exp $ +DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/krb4/lib/kadm WARNS?= 1 @@ -23,7 +23,7 @@ SRCS= \ kadm_supp.c \ check_password.c -INCSDIR= /usr/include/krb5 +INCSDIR= /usr/include/kerberosIV INCS= kadm.h \ kadm_err.h diff --git a/lib/libkafs/Makefile b/lib/libkafs/Makefile index aa1cf5bf1e65..a4590dc002e5 100644 --- a/lib/libkafs/Makefile +++ b/lib/libkafs/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:34 thorpej Exp $ -DIST= ${.CURDIR}/../../dist +# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:58 thorpej Exp $ +DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/kafs WARNS?= 1 @@ -13,13 +13,14 @@ SRCS= \ afskrb5.c \ common.c \ -INCSDIR= /usr/include/krb5 +INCSDIR= /usr/include/kerberosIV INCS= kafs.h CPPFLAGS+= -I. \ -I${DIST}/heimdal/lib/kafs \ -I${DESTDIR}/usr/include/krb5 \ + -I${DESTDIR}/usr/include/kerberosIV \ -I${DESTDIR}/usr/include/openssl \ -I${.CURDIR}/../../include/heimdal \ -I${.CURDIR}/../libroken \ diff --git a/lib/libkdb/Makefile b/lib/libkdb/Makefile index 222369dfd46d..61e1908e6bc6 100644 --- a/lib/libkdb/Makefile +++ b/lib/libkdb/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:35 thorpej Exp $ -DIST= ${.CURDIR}/../../dist +# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:58 thorpej Exp $ +DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/krb4/lib/kdb WARNS?= 1 @@ -14,7 +14,7 @@ SRCS= krb_cache.c \ krb_dbm.c \ print_princ.c -INCSDIR= /usr/include/krb5 +INCSDIR= /usr/include/kerberosIV INCS= krb_db.h diff --git a/lib/libkrb/Makefile b/lib/libkrb/Makefile index 701c80398d1f..5ea11d090c91 100644 --- a/lib/libkrb/Makefile +++ b/lib/libkrb/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 22:50:35 thorpej Exp $ -DIST= ${.CURDIR}/../../dist +# $NetBSD: Makefile,v 1.2 2000/06/16 23:22:57 thorpej Exp $ +DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/krb4/lib/krb .PATH: ${DIST}/krb4/doc @@ -89,7 +89,7 @@ SRCS= \ verify_user.c \ krb_ip_realm.c -INCSDIR= /usr/include/krb5 +INCSDIR= /usr/include/kerberosIV INCS= krb.h \ krb_err.h \