diff options
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files 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 |