Source-Changes-HG archive

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

[src/netbsd-1-6]: src/usr.bin Pull up revision 1.126 (requested by joda in ti...



details:   https://anonhg.NetBSD.org/src/rev/c48122b1a603
branches:  netbsd-1-6
changeset: 529077:c48122b1a603
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 17 13:30:50 2002 +0000

description:
Pull up revision 1.126 (requested by joda in ticket #782):
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 b8292e284708 -r c48122b1a603 usr.bin/Makefile
--- a/usr.bin/Makefile  Tue Sep 10 23:23:51 2002 +0000
+++ b/usr.bin/Makefile  Tue Sep 17 13:30:50 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.124 2002/04/27 16:37:19 atatat Exp $
+#      $NetBSD: Makefile,v 1.124.2.1 2002/09/17 13:30:50 lukem 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