From: reyk Date: Tue, 22 Apr 2014 14:42:53 +0000 (+0000) Subject: Finally remove KERBEROS5? from the Makefile infrastructure. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3a1ee055a9d1890225e4969a91249663f76523e1;p=openbsd Finally remove KERBEROS5? from the Makefile infrastructure. ok henning@ --- diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 885bc2516c0..e916153c03c 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.149 2014/04/22 09:48:51 reyk Exp $ +# $OpenBSD: bsd.own.mk,v 1.150 2014/04/22 14:42:53 reyk 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 `KERBEROS5' to `yes' to build with support for Kerberos5 authentication. -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