1 This is the top level of the FreeBSD source directory. This file
5 For copyright information, please see the file COPYRIGHT in this
6 directory (additional copyright information also exists for some
7 sources in this tree - please see the specific source directories for
10 The Makefile in this directory supports a number of targets for
11 building components (or all) of the FreeBSD source tree. See build(7)
12 and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
13 for more information, including setting make(1) variables.
15 The `buildkernel` and `installkernel` targets build and install
16 the kernel and the modules (see below). Please see the top of
17 the Makefile in this directory for more information on the
18 standard build targets and compile-time flags.
20 Building a kernel is a somewhat more involved process. See build(7), config(8),
21 and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
24 Note: If you want to build and install the kernel with the
25 `buildkernel` and `installkernel` targets, you might need to build
26 world before. More information is available in the handbook.
28 The kernel configuration files reside in the sys/<arch>/conf
29 sub-directory. GENERIC is the default configuration used in release builds.
30 NOTES contains entries and documentation for all possible
31 devices, not just those commonly used.
37 bin System/user commands.
39 cddl Various commands and libraries under the Common Development
40 and Distribution License.
42 contrib Packages contributed by 3rd parties.
44 crypto Cryptography stuff (see crypto/README).
46 etc Template files for /etc.
50 gnu Various commands and libraries under the GNU Public License.
51 Please see gnu/COPYING* for more information.
53 include System include files.
55 kerberos5 Kerberos5 (Heimdal) package.
59 libexec System daemons.
61 release Release building Makefile & associated tools.
63 rescue Build system for statically linked /rescue utilities.
67 secure Cryptographic libraries and commands.
69 share Shared resources.
73 tests Regression tests which can be run by Kyua. See tests/README
74 for additional information.
76 tools Utilities for regression testing and miscellaneous tasks.
78 usr.bin User commands.
80 usr.sbin System administration commands.
83 For information on synchronizing your source tree with one or more of
84 the FreeBSD Project's development branches, please see:
86 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html