diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-13 20:36:09 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-13 20:36:09 +0000 |
commit | edd25fb12b94af34d488c428c44f92a63f8a3872 (patch) | |
tree | c21730a29d7765b945743ebe38e86f44adbc1c72 | |
parent | 111ed7f19d9ead1b67e309ddc15225e41924d016 (diff) |
Disable afs for now - needs updating to work w/o krb4.
ok hin@
-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 |