From edd25fb12b94af34d488c428c44f92a63f8a3872 Mon Sep 17 00:00:00 2001 From: Magnus Holmberg Date: Tue, 13 May 2003 20:36:09 +0000 Subject: Disable afs for now - needs updating to work w/o krb4. ok hin@ --- share/mk/bsd.own.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index da9f860a727..2acca5dc259 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.64 2003/04/17 03:50:24 drahn Exp $ +# $OpenBSD: bsd.own.mk,v 1.65 2003/05/13 20:36:08 mho Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -25,7 +25,8 @@ TCP_WRAPPERS?= yes .if (${MACHINE_ARCH} == "m88k") AFS?= no .else -AFS?= yes +# AFS needs updating to work w/o krb4 - disable for now. +AFS?= no .endif # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no -- cgit v1.2.3