diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-26 21:37:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-26 21:37:49 +0000 |
commit | fb14ddbf1b8725e295e000d6934c0625f9226f6b (patch) | |
tree | e125b669a3654633b2033e6f7e11b2d94d721d4b /share/mk | |
parent | 546f71602d1b89872b474138129ca2dc206599de (diff) |
Only one non-UVM arch left, not for long.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
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 |