diff options
author | ru <ru@FreeBSD.org> | 2002-03-26 12:35:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-03-26 12:35:49 +0000 |
commit | 6970613f93636814ed1bf0c9e67904da22f1b1df (patch) | |
tree | 712b806ae5778db8ecb23da13f240d0c6ab7cff5 | |
parent | 6a3cd1f6ba2132e6fd670d4594f957516046c4af (diff) | |
download | FreeBSD-src-6970613f93636814ed1bf0c9e67904da22f1b1df.zip FreeBSD-src-6970613f93636814ed1bf0c9e67904da22f1b1df.tar.gz |
Spell "FreeBSD" correctly.
`buildworld' is no longer a strict prerequisite for `buildkernel'
as of Makefile.inc1,v 1.184.
Fix kernel configuration files path to look MI.
Mention src/kerberos5.
-rw-r--r-- | README | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -19,13 +19,13 @@ standard build targets and compile-time flags. Building a kernel is a somewhat more involved process, documentation for which can be found at: - http://www.freebsd.org/handbook/kernelconfig.html + http://www.FreeBSD.org/handbook/kernelconfig.html And in the config(8) man page. Note: If you want to build and install the kernel with the -``buildkernel'' and ``installkernel'' targets, you have to build +``buildkernel'' and ``installkernel'' targets, you might need to build world before. More information is available in the handbook. -The sample kernel configuration files reside in the sys/i386/conf +The sample kernel configuration files reside in the sys/<arch>/conf sub-directory (assuming that you've installed the kernel sources), the file named GENERIC being the one used to build your initial installation kernel. The file NOTES contains entries and documentation for all possible @@ -36,13 +36,13 @@ pure reference and documentation file. Source Roadmap: --------------- -bin System/User commands. +bin System/user commands. contrib Packages contributed by 3rd parties. crypto Cryptography stuff (see crypto/README). -etc Template files for /etc +etc Template files for /etc. games Amusements. @@ -51,7 +51,9 @@ gnu Various commands and libraries under the GNU Public License. include System include files. -kerberosIV Kerberos package. +kerberos5 Kerberos5 (Heimdal) package. + +kerberosIV KerberosIV (eBones) package. lib System libraries. @@ -77,4 +79,4 @@ usr.sbin System administration commands. For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see: - http://www.freebsd.org/handbook/synching.html + http://www.FreeBSD.org/handbook/synching.html |