diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-07-31 09:22:50 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-31 09:22:50 +0000 |
| commit | 1368d69272ec1c16ba338cdf89f902c460cd8fea (patch) | |
| tree | 067f328aa15cb51cacc6823f5d539fe696b0ade9 /README | |
| parent | 030f7b3faa473967703d6864f0f6fdcfce92200a (diff) | |
Notes
Diffstat (limited to 'README')
| -rw-r--r-- | README | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -11,7 +11,9 @@ The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree, the most commonly used one being ``world'', which rebuilds and installs everything in the FreeBSD system from the source tree except the -kernel and the contents of /etc. Please see the top of the Makefile +kernel, the kernel-modules and the contents of /etc. The +``buildkernel'' and ``installkernel'' targets build and install +the kernel and the modules. Please see the top of the Makefile in this directory for more information on the standard build targets and compile-time flags. @@ -23,10 +25,10 @@ And in the config(8) man page. The sample kernel configuration files reside in the sys/i386/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 LINT contains entries for all possible devices, not -just those commonly used, and is meant more as a general reference -than an actual kernel configuration file (a kernel built from it -wouldn't even run). +kernel. The file NOTES contains entries and documentation for all possible +devices, not just those commonly used. It is the successor of the ancient +LINT file, but in contrast to LINT, it is not buildable as a kernel but a +pure reference and documentation file. Source Roadmap: @@ -35,7 +37,7 @@ bin System/User commands. contrib Packages contributed by 3rd parties. -crypto Export controlled stuff (see crypto/README). +crypto Cryptography stuff (see crypto/README). etc Template files for /etc |
