summaryrefslogtreecommitdiff
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2000-02-25 16:55:07 +0000
committerHans Insulander <hin@cvs.openbsd.org>2000-02-25 16:55:07 +0000
commit445ffb27dfc42c6b0fc50cd1c8d6180b63d67969 (patch)
treedcb128732adaaf874d639f4ee618cd867bd49a65 /share/mk/bsd.own.mk
parent5b3732146f6bfdd9e27763431c604766edd4ecf9 (diff)
KerberosIV is now reenabled.
If i've done my homework right, KerberosIV should work fine now...
Diffstat (limited to 'share/mk/bsd.own.mk')
-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 0ee9da8b621..a57f77b0dab 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.29 2000/02/25 15:11:39 hin Exp $
+# $OpenBSD: bsd.own.mk,v 1.30 2000/02/25 16:55:06 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?= no
+KERBEROS?= yes
# Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication.
KERBEROS5?= no
# Set `YP' to `yes' to build with support for NIS/YP.