summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-27 06:16:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-27 06:16:53 +0000
commit82d5fc3837a1eea29deb57619991f47be2290723 (patch)
tree51e70dd744afb94c3256dd97afb14ae3bdca3d6a /share/mk
parent2dda233b203f5ed37ee4b69b290902b48059865d (diff)
UVM is no longer an option
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README6
-rw-r--r--share/mk/bsd.own.mk9
2 files changed, 2 insertions, 13 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 637dbfa28f9..1eddcc952a3 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.24 2001/06/20 11:49:24 mpech Exp $
+# $OpenBSD: bsd.README,v 1.25 2001/06/27 06:16:48 art Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -263,10 +263,6 @@ GLOBAL_AUTOCONF_CACHE
Be careful! Redundant tests may not be redundant if you
are installing substantially updated gnu programs.
-UVM
- Set to yes on machines that switched to the new unified
- vm. Temporary, until everything supports uvm.
-
bsd.own.mk is generally useful when building your own Makefiles so that
they use the same default owners etc. as the rest of the tree.
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 6c9105b7b85..0b85bb7c42c 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.48 2001/06/26 21:37:48 miod Exp $
+# $OpenBSD: bsd.own.mk,v 1.49 2001/06/27 06:16:48 art Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -8,13 +8,6 @@
.include "/etc/mk.conf"
.endif
-# XXX - This is temporary until everyone uses UVM
-.if (${MACHINE} == "sun3")
-UVM?= no
-.else
-UVM?= yes
-.endif
-
# Set `SKEY' to `yes' to build with support for S/key authentication.
SKEY?= yes
# Set `KERBEROS' to `yes' to build with support for Kerberos authentication.