Source-Changes-HG archive

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

[src/trunk]: src/usr.bin don't build kf; there are security issues with heimd...



details:   https://anonhg.NetBSD.org/src/rev/80e87d8f100d
branches:  trunk
changeset: 536188:80e87d8f100d
user:      joda <joda%NetBSD.org@localhost>
date:      Tue Sep 10 22:16:22 2002 +0000

description:
don't build kf; there are security issues with heimdal 0.4e, and we
don't actually need it

diffstat:

 usr.bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c65352b7abf -r 80e87d8f100d usr.bin/Makefile
--- a/usr.bin/Makefile  Tue Sep 10 21:10:18 2002 +0000
+++ b/usr.bin/Makefile  Tue Sep 10 22:16:22 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.125 2002/09/01 20:32:43 atatat Exp $
+#      $NetBSD: Makefile,v 1.126 2002/09/10 22:16:22 joda Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -31,7 +31,7 @@
 .endif
 
 .if (${MKKERBEROS} != "no")
-SUBDIR+= compile_et kdestroy kf kinit klist kpasswd mk_cmds string2key
+SUBDIR+= compile_et kdestroy kinit klist kpasswd mk_cmds string2key
 .endif
 
 .if (${MKSKEY} != "no")



Home | Main Index | Thread Index | Old Index