diff options
author | csgr <csgr@FreeBSD.org> | 1994-09-30 14:57:01 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-09-30 14:57:01 +0000 |
commit | 0a5e6f3581b38081977139bc16c28c71c3101b92 (patch) | |
tree | cfbb8500f124844a501b8ff57a0ec6576b6631d5 /etc | |
parent | ab8a3be66d9b65d6df88a33577b7e4e389fca361 (diff) | |
download | FreeBSD-src-0a5e6f3581b38081977139bc16c28c71c3101b92.zip FreeBSD-src-0a5e6f3581b38081977139bc16c28c71c3101b92.tar.gz |
mention MAKE_EBONES and MAKE_KERBEROS
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 11 | ||||
-rw-r--r-- | etc/make.conf | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index c60f16c..a5f1ea5 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.6 1994/09/20 22:30:33 adam Exp $ +# $Id: make.conf,v 1.11 1994/09/23 07:16:09 rgrimes 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 @@ -73,3 +73,12 @@ # #NO_SHARED_LIBCC_INT= faster_cc # +# +# Kerberos IV +# If you want either the 4.4-Lite tape Kerberos, or the eBones-based Kerberos, +# define one (ONLY ONE) of these: +# (If you define neither of them, you will get NO Kerberos at all.) +# +#MAKE_EBONES= yes +#MAKE_KERBEROS= yes +# diff --git a/etc/make.conf b/etc/make.conf index c60f16c..a5f1ea5 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.6 1994/09/20 22:30:33 adam Exp $ +# $Id: make.conf,v 1.11 1994/09/23 07:16:09 rgrimes 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 @@ -73,3 +73,12 @@ # #NO_SHARED_LIBCC_INT= faster_cc # +# +# Kerberos IV +# If you want either the 4.4-Lite tape Kerberos, or the eBones-based Kerberos, +# define one (ONLY ONE) of these: +# (If you define neither of them, you will get NO Kerberos at all.) +# +#MAKE_EBONES= yes +#MAKE_KERBEROS= yes +# |