=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- src/share/mk/bsd.own.mk 2004/02/11 23:15:50 1.77 +++ src/share/mk/bsd.own.mk 2004/02/12 05:28:02 1.78 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.77 2004/02/11 23:15:50 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.78 2004/02/12 05:28:02 drahn Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -20,7 +20,7 @@ # integrated support for libwrap. TCP_WRAPPERS?= yes # Set `AFS` to `yes' to build with AFS support. -.if (${MACHINE_ARCH} == "arm") || (${MACHINE_ARCH} == "m88k") +.if (${MACHINE_ARCH} == "m88k") AFS?= no .else AFS?= yes