=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- src/share/mk/bsd.own.mk 2003/08/21 07:04:09 1.69 +++ src/share/mk/bsd.own.mk 2003/09/06 18:20:23 1.70 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.69 2003/08/21 07:04:09 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.70 2003/09/06 18:20:23 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -20,7 +20,11 @@ # integrated support for libwrap. TCP_WRAPPERS?= yes # Set `AFS` to `yes' to build with AFS support. +.if (${MACHINE_ARCH} == "m88k") +AFS?= no +.else AFS?= yes +.endif # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no # Set toolchain to be able to know differences.