diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-06-16 23:41:40 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-06-16 23:41:40 +0000 |
| commit | dd5f430adf90c77e78100b09ceb8462e7c1ced08 (patch) | |
| tree | d3c3586760383a8028be4f503da583add4884609 /libexec | |
| parent | eee18e1f6cce6f7beec79c0b773db0ed013b1c01 (diff) | |
Fixup Heimdal libexec builds.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/hprop/Makefile | 5 | ||||
| -rw-r--r-- | libexec/hpropd/Makefile | 5 | ||||
| -rw-r--r-- | libexec/kadmind/Makefile | 5 | ||||
| -rw-r--r-- | libexec/kdc/Makefile | 5 | ||||
| -rw-r--r-- | libexec/kfd/Makefile | 4 | ||||
| -rw-r--r-- | libexec/kpasswdd/Makefile | 4 |
6 files changed, 16 insertions, 12 deletions
diff --git a/libexec/hprop/Makefile b/libexec/hprop/Makefile index d2664ead200..f84414b45bc 100644 --- a/libexec/hprop/Makefile +++ b/libexec/hprop/Makefile @@ -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 @@ CPPFLAGS+= -I. \ -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 --git a/libexec/hpropd/Makefile b/libexec/hpropd/Makefile index fd2437e3cdc..9c002ddba8e 100644 --- a/libexec/hpropd/Makefile +++ b/libexec/hpropd/Makefile @@ -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 @@ CPPFLAGS+= -I. \ -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 --git a/libexec/kadmind/Makefile b/libexec/kadmind/Makefile index 0be7bd08a64..c9556a64324 100644 --- a/libexec/kadmind/Makefile +++ b/libexec/kadmind/Makefile @@ -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 @@ CPPFLAGS+= -I. \ -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 --git a/libexec/kdc/Makefile b/libexec/kdc/Makefile index e87067795df..9c6930c0ead 100644 --- a/libexec/kdc/Makefile +++ b/libexec/kdc/Makefile @@ -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 @@ CPPFLAGS+= -I. \ -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 --git a/libexec/kfd/Makefile b/libexec/kfd/Makefile index 75596f59d98..74552184aee 100644 --- a/libexec/kfd/Makefile +++ b/libexec/kfd/Makefile @@ -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 --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile index be0fbc7b544..b58b77204ee 100644 --- a/libexec/kpasswdd/Makefile +++ b/libexec/kpasswdd/Makefile @@ -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 |
