diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-04 22:49:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-04 22:49:01 +0000 |
commit | d6d564f51caacab97017094537d688abc31499d8 (patch) | |
tree | d59de91e21348bc2cf289acc8f4258892edf19fa /share/mk | |
parent | 41df92ce9fb0927c1c6a83cc9285bffc5d22695b (diff) |
Substantial update from NetBSD, most notably gives us UVM support; millert@ ok
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 64ec01690f0..d4c13f59edb 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.41 2001/04/03 23:00:09 espie Exp $ +# $OpenBSD: bsd.own.mk,v 1.42 2001/05/04 22:49:00 aaron 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") || (${MACHINE_ARCH} == "m88k") +.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "m88k") || (${MACHINE_ARCH} == "hp300") UVM?= yes .else UVM?= no |