Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/9ad3c476b543
branches:  trunk
changeset: 488038:9ad3c476b543
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jun 17 00:04:36 2000 +0000

description:
Fixup Heimdal Kerberos usr.sbin bits.

diffstat:

 usr.sbin/kadmin/Makefile |  4 ++--
 usr.sbin/kstash/Makefile |  5 +++--
 usr.sbin/ktutil/Makefile |  4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r e4f39566cd49 -r 9ad3c476b543 usr.sbin/kadmin/Makefile
--- a/usr.sbin/kadmin/Makefile  Fri Jun 16 23:59:32 2000 +0000
+++ b/usr.sbin/kadmin/Makefile  Sat Jun 17 00:04:36 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:59:32 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/17 00:04:36 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kadmin
 
 WARNS?=  1
diff -r e4f39566cd49 -r 9ad3c476b543 usr.sbin/kstash/Makefile
--- a/usr.sbin/kstash/Makefile  Fri Jun 16 23:59:32 2000 +0000
+++ b/usr.sbin/kstash/Makefile  Sat Jun 17 00:04:36 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:59:32 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/17 00:04:37 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
diff -r e4f39566cd49 -r 9ad3c476b543 usr.sbin/ktutil/Makefile
--- a/usr.sbin/ktutil/Makefile  Fri Jun 16 23:59:32 2000 +0000
+++ b/usr.sbin/ktutil/Makefile  Sat Jun 17 00:04:36 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:59:32 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/17 00:04:38 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/admin
 
 WARNS?=  1



Home | Main Index | Thread Index | Old Index