summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorassar <assar@NetBSD.org>2001-09-17 12:34:40 +0000
committerassar <assar@NetBSD.org>2001-09-17 12:34:40 +0000
commit2a2aa85a8de56bd8f7a7358dbb9a35d90f398d3f (patch)
treed20d72e4aa78755f12bf4ed922b13745954679b3 /libexec
parent5b9616a3e3b715db465b5809f2b95ff425d8c526 (diff)
update infrastructure for krb4 1.1 and heimdal 0.4e
Diffstat (limited to 'libexec')
-rw-r--r--libexec/hpropd/Makefile7
-rw-r--r--libexec/kadmind/Makefile7
-rw-r--r--libexec/kpasswdd/Makefile7
3 files changed, 3 insertions, 18 deletions
diff --git a/libexec/hpropd/Makefile b/libexec/hpropd/Makefile
index 508e41425c8..cea9fbd986c 100644
--- a/libexec/hpropd/Makefile
+++ b/libexec/hpropd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/30 17:29:24 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.7 2001/09/17 12:34:43 assar Exp $
.include <bsd.own.mk>
@@ -19,11 +19,6 @@ CPPFLAGS+= -I. \
-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 \
- -I${DIST}/openssl/crypto/sha \
- -I${DIST}/openssl/crypto/rc4 \
- -I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
diff --git a/libexec/kadmind/Makefile b/libexec/kadmind/Makefile
index 459d4ca1f54..2f8ad79484c 100644
--- a/libexec/kadmind/Makefile
+++ b/libexec/kadmind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/11 18:30:08 assar Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/17 12:34:44 assar Exp $
.include <bsd.own.mk>
@@ -23,11 +23,6 @@ CPPFLAGS+= -I. \
-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 \
- -I${DIST}/openssl/crypto/sha \
- -I${DIST}/openssl/crypto/rc4 \
- -I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
diff --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile
index 4d94d935359..f9e531f0267 100644
--- a/libexec/kpasswdd/Makefile
+++ b/libexec/kpasswdd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/11 18:02:06 assar Exp $
+# $NetBSD: Makefile,v 1.9 2001/09/17 12:34:44 assar Exp $
.include <bsd.own.mk>
@@ -17,11 +17,6 @@ CPPFLAGS+= -I. \
-I${.CURDIR}/../../include/heimdal \
-I${DESTDIR}/usr/include/kadm5 \
-I${DESTDIR}/usr/include/krb5 \
- -I${DIST}/openssl/crypto/md4 \
- -I${DIST}/openssl/crypto/md5 \
- -I${DIST}/openssl/crypto/sha \
- -I${DIST}/openssl/crypto/rc4 \
- -I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H -DINETD_SUPPORT
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}