Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Fixup KTH Kerberos 4 library builds.



details:   https://anonhg.NetBSD.org/src/rev/051be1f441ba
branches:  trunk
changeset: 488025:051be1f441ba
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 23:22:57 2000 +0000

description:
Fixup KTH Kerberos 4 library builds.

diffstat:

 lib/libkadm/Makefile |  6 +++---
 lib/libkafs/Makefile |  7 ++++---
 lib/libkdb/Makefile  |  6 +++---
 lib/libkrb/Makefile  |  6 +++---
 4 files changed, 13 insertions(+), 12 deletions(-)

diffs (87 lines):

diff -r 232336d200a3 -r 051be1f441ba lib/libkadm/Makefile
--- a/lib/libkadm/Makefile      Fri Jun 16 23:17:41 2000 +0000
+++ b/lib/libkadm/Makefile      Fri Jun 16 23:22:57 2000 +0000
@@ -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 @@
        kadm_supp.c                             \
        check_password.c
 
-INCSDIR= /usr/include/krb5
+INCSDIR= /usr/include/kerberosIV
 
 INCS=  kadm.h                                  \
        kadm_err.h
diff -r 232336d200a3 -r 051be1f441ba lib/libkafs/Makefile
--- a/lib/libkafs/Makefile      Fri Jun 16 23:17:41 2000 +0000
+++ b/lib/libkafs/Makefile      Fri Jun 16 23:22:57 2000 +0000
@@ -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 @@
        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 -r 232336d200a3 -r 051be1f441ba lib/libkdb/Makefile
--- a/lib/libkdb/Makefile       Fri Jun 16 23:17:41 2000 +0000
+++ b/lib/libkdb/Makefile       Fri Jun 16 23:22:57 2000 +0000
@@ -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 @@
        krb_dbm.c                               \
        print_princ.c
 
-INCSDIR= /usr/include/krb5
+INCSDIR= /usr/include/kerberosIV
 
 INCS=  krb_db.h
 
diff -r 232336d200a3 -r 051be1f441ba lib/libkrb/Makefile
--- a/lib/libkrb/Makefile       Fri Jun 16 23:17:41 2000 +0000
+++ b/lib/libkrb/Makefile       Fri Jun 16 23:22:57 2000 +0000
@@ -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 @@
        verify_user.c \
        krb_ip_realm.c
 
-INCSDIR= /usr/include/krb5
+INCSDIR= /usr/include/kerberosIV
 
 INCS=  krb.h                                   \
        krb_err.h                               \



Home | Main Index | Thread Index | Old Index