summaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-02-17 00:04:56 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-02-17 00:04:56 +0000
commit10e19e10fee0f2685d2a11398ab5d6765c181c3b (patch)
tree882cf39a17f72dcd7d53924c08638f61f42ebf67 /share/mk/bsd.own.mk
parent304e6ec96d1526b33e3fa2a15d4e99719e93514a (diff)
define UVM for mvme88k
Diffstat (limited to 'share/mk/bsd.own.mk')
-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 a4a1a6975f9..218afee2818 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.39 2001/02/16 05:26:27 drahn Exp $
+# $OpenBSD: bsd.own.mk,v 1.40 2001/02/17 00:04:55 miod 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") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc")
+.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "m88k")
UVM?= yes
.else
UVM?= no