summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-09-23 01:45:09 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-09-23 01:45:09 +0000
commit68e2f6f5dbedde3a48641b57c08fcd716c30aed3 (patch)
tree2e8468ee22a746c719bdc164914e4e7478094673
parent38345efabc4740c393cef94863b92cd574ceed69 (diff)
Do not build kf and kfd because of security issues in them and heimdal 0.5
will not be merged in 3.2. ok deraadt@
-rw-r--r--kerberosV/libexec/Makefile5
-rw-r--r--kerberosV/usr.bin/Makefile4
2 files changed, 5 insertions, 4 deletions
diff --git a/kerberosV/libexec/Makefile b/kerberosV/libexec/Makefile
index c981ad3cc47..bac3b1fa4b5 100644
--- a/kerberosV/libexec/Makefile
+++ b/kerberosV/libexec/Makefile
@@ -1,5 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/25 02:04:49 hin Exp $
+# $OpenBSD: Makefile,v 1.4 2002/09/23 01:45:06 miod Exp $
-SUBDIR= kdc kadmind hprop hpropd ipropd-master ipropd-slave kfd kpasswdd
+# kfd
+SUBDIR= kdc kadmind hprop hpropd ipropd-master ipropd-slave kpasswdd
.include <bsd.subdir.mk>
diff --git a/kerberosV/usr.bin/Makefile b/kerberosV/usr.bin/Makefile
index ad26532cc99..f8807d02940 100644
--- a/kerberosV/usr.bin/Makefile
+++ b/kerberosV/usr.bin/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.7 2002/06/11 15:26:49 hin Exp $
+# $OpenBSD: Makefile,v 1.8 2002/09/23 01:45:08 miod Exp $
# XXX asn1_compile is compiled in ../Makefile
+# kf
SUBDIR= afslog \
kauth \
kdestroy \
- kf \
kinit \
klist \
pagsh \