summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-11-08 19:42:15 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-11-08 19:42:15 +0000
commit2ac2a2cfe2f39a5a2105c8c1190691b45db3d493 (patch)
tree9a075bf28bf2ef5f7a8dc360daa540e4ed4bf931 /share
parenteabe392689c3e08b4b5edfbf5e47fff1a991ab47 (diff)
UVM default on alpha
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index ed97e894576..1e0aea11d9b 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.36 2000/11/08 11:59:06 art Exp $
+# $OpenBSD: bsd.own.mk,v 1.37 2000/11/08 19:42:14 art 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") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga")
+.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha")
UVM?= yes
.else
UVM?= no