diff options
author | assar <assar@FreeBSD.org> | 2001-05-12 14:38:00 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-05-12 14:38:00 +0000 |
commit | 7d7dc78760f49107286b0d30b18eb704ef28a474 (patch) | |
tree | d0742369bb558edaa0cf8caa00ba1c66744b2fda /share | |
parent | c09ee0c616ff9bc3ae10c561fb0bf70d1567a515 (diff) | |
download | FreeBSD-src-7d7dc78760f49107286b0d30b18eb704ef28a474.zip FreeBSD-src-7d7dc78760f49107286b0d30b18eb704ef28a474.tar.gz |
clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchev
<roam@orbitel.bg>
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 82c388d..920f85a 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -306,7 +306,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # # # Kerberos 5 -# If you want KerberosIV (KTH Heimdal), define this: +# If you want Kerberos 5 (KTH Heimdal), define this: # #MAKE_KERBEROS5= yes # |