summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-06-26 21:37:49 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-06-26 21:37:49 +0000
commitfb14ddbf1b8725e295e000d6934c0625f9226f6b (patch)
treee125b669a3654633b2033e6f7e11b2d94d721d4b /share/mk
parent546f71602d1b89872b474138129ca2dc206599de (diff)
Only one non-UVM arch left, not for long.
Diffstat (limited to 'share/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 88a77cd872a..6c9105b7b85 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.47 2001/06/26 19:02:55 hin Exp $
+# $OpenBSD: bsd.own.mk,v 1.48 2001/06/26 21:37:48 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} == "sun3") || (${MACHINE} == "pmax") || (${MACHINE} == "mvme68k")
+.if (${MACHINE} == "sun3")
UVM?= no
.else
UVM?= yes