diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 06:16:53 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 06:16:53 +0000 |
commit | 82d5fc3837a1eea29deb57619991f47be2290723 (patch) | |
tree | 51e70dd744afb94c3256dd97afb14ae3bdca3d6a /share/mk/bsd.own.mk | |
parent | 2dda233b203f5ed37ee4b69b290902b48059865d (diff) |
UVM is no longer an option
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 9 |
1 files changed, 1 insertions, 8 deletions
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. |