diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 08:01:03 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-14 08:01:03 +0000 |
commit | 3353d3e9d4077ece131ef800477047b987befcc0 (patch) | |
tree | e82b9fb0e0df87890d3a2c0209d6711dfe42f15e /share/mk | |
parent | b896f92c615ce0623ccfbe3149fe3609bfa80625 (diff) |
Remove krb4 support.
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 2acca5dc259..f3cd09cf2c3 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.65 2003/05/13 20:36:08 mho Exp $ +# $OpenBSD: bsd.own.mk,v 1.66 2003/05/14 08:01:02 mho Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -12,8 +12,6 @@ WARNINGS?= 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 # Set `KERBEROS5' to `yes' to build with support for Kerberos5 authentication. KERBEROS5?= yes # Set `YP' to `yes' to build with support for NIS/YP. |