diff options
author | 2000-11-08 19:42:14 +0000 | |
---|---|---|
committer | 2000-11-08 19:42:14 +0000 | |
commit | aa3f47f794cc4af09b5f08f8c2fe7087030ade5a (patch) | |
tree | 4ffc9f895d37dab3890520bb0a0adc1c028fbaf0 | |
parent | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. (diff) | |
download | wireguard-openbsd-aa3f47f794cc4af09b5f08f8c2fe7087030ade5a.tar.xz wireguard-openbsd-aa3f47f794cc4af09b5f08f8c2fe7087030ade5a.zip |
UVM default on alpha
-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 ed97e894576..1e0aea11d9b 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.36 2000/11/08 11:59:06 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.37 2000/11/08 19:42:14 art 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") +.if (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "vax") || (${MACHINE} == "amiga") || (${MACHINE_ARCH} == "alpha") UVM?= yes .else UVM?= no |