diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 37e727704459..91d2de07b4ef 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.65 1998/05/20 22:24:48 jkh Exp $ +# $Id: make.conf,v 1.66 1998/06/26 01:44:57 jkh Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -166,6 +166,13 @@ #MAKE_KERBEROS4= yes # # +# Kerberos5 +# If you want to install Kerberos5 somewhere other than /usr/local, +# define this: +# +#KRB5_HOME= /usr/local/krb5 +# +# # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. diff --git a/etc/make.conf b/etc/make.conf index 37e727704459..91d2de07b4ef 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.65 1998/05/20 22:24:48 jkh Exp $ +# $Id: make.conf,v 1.66 1998/06/26 01:44:57 jkh Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -166,6 +166,13 @@ #MAKE_KERBEROS4= yes # # +# Kerberos5 +# If you want to install Kerberos5 somewhere other than /usr/local, +# define this: +# +#KRB5_HOME= /usr/local/krb5 +# +# # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 37e727704459..91d2de07b4ef 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.65 1998/05/20 22:24:48 jkh Exp $ +# $Id: make.conf,v 1.66 1998/06/26 01:44:57 jkh Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -166,6 +166,13 @@ #MAKE_KERBEROS4= yes # # +# Kerberos5 +# If you want to install Kerberos5 somewhere other than /usr/local, +# define this: +# +#KRB5_HOME= /usr/local/krb5 +# +# # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src.