diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-06-22 12:54:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-06-22 12:54:06 +0000 |
commit | 1e8d0098416c51b911a890d9ba793ab4fb5dd253 (patch) | |
tree | f6a3202c31f3d3d222aa449c2e8c780cb3a65412 /share/mk | |
parent | 3be9685d87a4bc46f2453a127186f92cd8590d76 (diff) |
Add a temporary UVM define
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 6b2dab6ddea..28fe6f922c1 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.24 1999/03/03 05:50:19 smurph Exp $ +# $OpenBSD: bsd.own.mk,v 1.25 1999/06/22 12:54:05 art Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -8,6 +8,9 @@ .include "/etc/mk.conf" .endif +# XXX - This is temporary until everyone uses UVM +UVM?= no + # 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. |