diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-10-29 07:33:46 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-10-29 07:33:46 +0000 |
commit | 68b0cb7e16c10e0de228d9e20ceeedccb2a06e4e (patch) | |
tree | 06ce854f119ae9daf256a457899f1c2a155d755f | |
parent | 97013618ae31cec8290ee83fba27ec3461d4f973 (diff) |
vax uses uvm.
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 8c74d07540d..b37645e8454 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -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 |