Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Fixup Heimdal/KTH Kerberos usr.bin bits.



details:   https://anonhg.NetBSD.org/src/rev/242d1a731066
branches:  trunk
changeset: 488036:242d1a731066
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 23:57:18 2000 +0000

description:
Fixup Heimdal/KTH Kerberos usr.bin bits.

diffstat:

 usr.bin/compile_et/Makefile |  4 ++--
 usr.bin/kdestroy/Makefile   |  5 +++--
 usr.bin/kf/Makefile         |  4 ++--
 usr.bin/kinit/Makefile      |  5 +++--
 usr.bin/klist/Makefile      |  5 +++--
 usr.bin/kpasswd/Makefile    |  4 ++--
 usr.bin/mk_cmds/Makefile    |  4 ++--
 usr.bin/string2key/Makefile |  5 +++--
 8 files changed, 20 insertions(+), 16 deletions(-)

diffs (120 lines):

diff -r c4d414c625c1 -r 242d1a731066 usr.bin/compile_et/Makefile
--- a/usr.bin/compile_et/Makefile       Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/compile_et/Makefile       Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:15 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/com_err
 
 WARNS?=  1
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/kdestroy/Makefile
--- a/usr.bin/kdestroy/Makefile Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/kdestroy/Makefile Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:15 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kuser
 
 WARNS?=  1
@@ -12,6 +12,7 @@
 CPPFLAGS+= -I.                                 \
        -I${DIST}/heimdal/kuser                 \
        -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/kerberosIV     \
        -I${DESTDIR}/usr/include/krb5           \
        -I${DESTDIR}/usr/include                \
        -I${DESTDIR}/usr/include/openssl        \
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/kf/Makefile
--- a/usr.bin/kf/Makefile       Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/kf/Makefile       Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:15 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/appl/kf
 
 WARNS?=  1
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/kinit/Makefile
--- a/usr.bin/kinit/Makefile    Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/kinit/Makefile    Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kuser
 
 WARNS?=  1
@@ -12,6 +12,7 @@
 CPPFLAGS+= -I.                                 \
         -I${DIST}/heimdal/kuser                \
         -I${.CURDIR}/../../include/heimdal     \
+        -I${DESTDIR}/usr/include/kerberosIV    \
         -I${DESTDIR}/usr/include/krb5          \
         -I${DESTDIR}/usr/include               \
         -I${DESTDIR}/usr/include/openssl       \
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/klist/Makefile
--- a/usr.bin/klist/Makefile    Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/klist/Makefile    Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kuser
 
 WARNS?=  1
@@ -12,6 +12,7 @@
 CPPFLAGS+= -I.                                 \
        -I${DIST}/heimdal/kuser                 \
        -I${.CURDIR}/../../include/heimdal      \
+       -I${DESTDIR}/usr/include/kerberosIV     \
        -I${DESTDIR}/usr/include/krb5           \
        -I${DESTDIR}/usr/include                \
        -I${DESTDIR}/usr/include/openssl        \
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/kpasswd/Makefile
--- a/usr.bin/kpasswd/Makefile  Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/kpasswd/Makefile  Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kpasswd
 
 WARNS?=  1
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/mk_cmds/Makefile
--- a/usr.bin/mk_cmds/Makefile  Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/mk_cmds/Makefile  Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/sl
 
 WARNS?=  1
diff -r c4d414c625c1 -r 242d1a731066 usr.bin/string2key/Makefile
--- a/usr.bin/string2key/Makefile       Fri Jun 16 23:49:17 2000 +0000
+++ b/usr.bin/string2key/Makefile       Fri Jun 16 23:57:18 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:19 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
 WARNS?=  1
@@ -14,6 +14,7 @@
        -I${.CURDIR}/../../include/heimdal      \
        -I${DIST}/heimdal/lib/asn1              \
        -I${DIST}/heimdal/lib/krb5              \
+       -I${DESTDIR}/usr/include/kerberosIV     \
        -I${DESTDIR}/usr/include/krb5           \
        -I${DESTDIR}/usr/include/openssl        \
        -DHAVE_CONFIG_H



Home | Main Index | Thread Index | Old Index