summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2000-02-25 15:11:40 +0000
committerHans Insulander <hin@cvs.openbsd.org>2000-02-25 15:11:40 +0000
commitc64c2283aca15272a000c7aec3e50464c9f63a59 (patch)
treee07d7464fd3f50dc5a835c3b544b5497f205859a /share
parent8ee7ecda7b9f28694b752656eb3d2152a9233fb8 (diff)
Disable KerberosIV while commiting new Kerberos stuff.
If you depend on Kerberos, DON'T update your tree until Kerberos has been enabled again. (art@ ok)
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index cf61e78b991..0ee9da8b621 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.28 2000/02/08 20:26:29 espie Exp $
+# $OpenBSD: bsd.own.mk,v 1.29 2000/02/25 15:11:39 hin Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -18,7 +18,7 @@ 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.
-KERBEROS?= yes
+KERBEROS?= no
# Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication.
KERBEROS5?= no
# Set `YP' to `yes' to build with support for NIS/YP.