Source-Changes-HG archive

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

[src/trunk]: src/libexec Fixup Heimdal libexec builds.



details:   https://anonhg.NetBSD.org/src/rev/00e3789ce13f
branches:  trunk
changeset: 488032:00e3789ce13f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 16 23:41:40 2000 +0000

description:
Fixup Heimdal libexec builds.

diffstat:

 libexec/hprop/Makefile    |  5 +++--
 libexec/hpropd/Makefile   |  5 +++--
 libexec/kadmind/Makefile  |  5 +++--
 libexec/kdc/Makefile      |  5 +++--
 libexec/kfd/Makefile      |  4 ++--
 libexec/kpasswdd/Makefile |  4 ++--
 6 files changed, 16 insertions(+), 12 deletions(-)

diffs (98 lines):

diff -r 6328ac3a86e9 -r 00e3789ce13f libexec/hprop/Makefile
--- a/libexec/hprop/Makefile    Fri Jun 16 23:41:33 2000 +0000
+++ b/libexec/hprop/Makefile    Fri Jun 16 23:41:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:37 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:40 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
 WARNS?=  1
@@ -16,6 +16,7 @@
        -I${DIST}/heimdal/lib/krb5              \
        -I${.CURDIR}/../../include/heimdal      \
        -I${DIST}/heimdal/lib/asn1              \
+       -I${DESTDIR}/usr/include/kerberosIV     \
        -I${DESTDIR}/usr/include/krb5           \
        -I${DIST}/openssl/crypto/md4            \
        -I${DIST}/openssl/crypto/md5            \
diff -r 6328ac3a86e9 -r 00e3789ce13f libexec/hpropd/Makefile
--- a/libexec/hpropd/Makefile   Fri Jun 16 23:41:33 2000 +0000
+++ b/libexec/hpropd/Makefile   Fri Jun 16 23:41:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
 WARNS?=  1
@@ -15,6 +15,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${DIST}/openssl/crypto/md4            \
        -I${DIST}/openssl/crypto/md5            \
diff -r 6328ac3a86e9 -r 00e3789ce13f libexec/kadmind/Makefile
--- a/libexec/kadmind/Makefile  Fri Jun 16 23:41:33 2000 +0000
+++ b/libexec/kadmind/Makefile  Fri Jun 16 23:41:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kadmin
 
 WARNS?=  1
@@ -17,6 +17,7 @@
        -I${DIST}/heimdal/lib/asn1              \
        -I${.CURDIR}/../../include/heimdal      \
        -I${DESTDIR}/usr/include/kadm5          \
+       -I${DESTDIR}/usr/include/kerberosIV     \
        -I${DESTDIR}/usr/include/krb5           \
        -I${DIST}/openssl/crypto/md4            \
        -I${DIST}/openssl/crypto/md5            \
diff -r 6328ac3a86e9 -r 00e3789ce13f libexec/kdc/Makefile
--- a/libexec/kdc/Makefile      Fri Jun 16 23:41:33 2000 +0000
+++ b/libexec/kdc/Makefile      Fri Jun 16 23:41:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
 WARNS?=  1
@@ -24,6 +24,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${DIST}/openssl/crypto/md4            \
        -I${DIST}/openssl/crypto/md5            \
diff -r 6328ac3a86e9 -r 00e3789ce13f libexec/kfd/Makefile
--- a/libexec/kfd/Makefile      Fri Jun 16 23:41:33 2000 +0000
+++ b/libexec/kfd/Makefile      Fri Jun 16 23:41:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/appl/kf
 
 WARNS?=  1
diff -r 6328ac3a86e9 -r 00e3789ce13f libexec/kpasswdd/Makefile
--- a/libexec/kpasswdd/Makefile Fri Jun 16 23:41:33 2000 +0000
+++ b/libexec/kpasswdd/Makefile Fri Jun 16 23:41:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:32:38 thorpej Exp $
-DIST=          ${.CURDIR}/../../dist
+# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:42 thorpej Exp $
+DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kpasswd
 
 WARNS?=  1



Home | Main Index | Thread Index | Old Index