summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2014-04-22 09:48:51 +0000
committerreyk <reyk@openbsd.org>2014-04-22 09:48:51 +0000
commit71ab5cd21de92a798da5f45a84753b95eff39ba1 (patch)
tree7d7f586aae4f6d5d90d9180bdd1d96c30f117e59
parentmove vscsi from using scsi_req_probe and scsi_req_detach to using (diff)
downloadwireguard-openbsd-71ab5cd21de92a798da5f45a84753b95eff39ba1.tar.xz
wireguard-openbsd-71ab5cd21de92a798da5f45a84753b95eff39ba1.zip
The complexity and quality of kerberosV and the fact that almost
nobody is using it doesn't justify to enable it by default. It will be disabled and removed from base and possibly be moved to ports. Discussed with many. Tests by henning@ reyk@ and others. ok henning@
-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 ad0c3ad2927..885bc2516c0 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.148 2014/04/13 08:35:27 brad Exp $
+# $OpenBSD: bsd.own.mk,v 1.149 2014/04/22 09:48:51 reyk Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -13,7 +13,7 @@ WARNINGS?= no
# Set `SKEY' to `yes' to build with support for S/key authentication.
SKEY?= yes
# Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication.
-KERBEROS5?= yes
+KERBEROS5?= no
# Set `YP' to `yes' to build with support for NIS/YP.
YP?= yes
# Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols