From aee72c59683ab579ce888e0cb0234b3e82ffe351 Mon Sep 17 00:00:00 2001 From: joda Date: Tue, 10 Sep 2002 22:16:22 +0000 Subject: [PATCH] don't build kf; there are security issues with heimdal 0.4e, and we don't actually need it --- usr.bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b890172bab05..20e90d6e2fd0 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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 @@ -31,7 +31,7 @@ SUBDIR+= hesinfo .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")