=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/share/mk/bsd.own.mk 2000/09/07 03:59:33 1.34 +++ src/share/mk/bsd.own.mk 2000/10/29 07:33:45 1.35 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.34 2000/09/07 03:59:33 rahnds Exp $ +# $OpenBSD: bsd.own.mk,v 1.35 2000/10/29 07:33:45 hugh Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -9,7 +9,7 @@ .endif # XXX - This is temporary until everyone uses UVM -.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") +.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") UVM?= yes .else UVM?= no