summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-01 15:29:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-01 15:29:58 +0000
commitee3060428072be9c2de5389a85b206ef850dca17 (patch)
treed0346ab5bda32c8f19a9353cf4692c8fb2696092 /share
parent49b7871857849984e3183758f0b6133c6d0fba9f (diff)
uvm on the i386
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 6e55d3f3904..1ded30d6573 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.26 1999/10/29 14:15:19 art Exp $
+# $OpenBSD: bsd.own.mk,v 1.27 1999/12/01 15:29:56 deraadt 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")
+.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386")
UVM?= yes
.else
UVM?= no