NameDateSize

..22-Jun-202150

.arcconfigH A D17-May-2019115

.arclintH A D17-May-2019418

bin/H17-May-201944

cddl/H17-May-201911

contrib/H17-May-201987

COPYRIGHTH A D17-May-20196.1 KiB

crypto/H17-May-20196

etc/H17-May-201997

gnu/H17-May-20199

include/H17-May-2019106

kerberos5/H17-May-201911

lib/H17-May-2019115

libexec/H17-May-201942

LOCKSH A D17-May-2019741

MAINTAINERSH A D17-May-20195.5 KiB

MakefileH A D17-May-201921.4 KiB

Makefile.inc1H A D17-May-201981.8 KiB

Makefile.libcompatH A D17-May-20196.1 KiB

ObsoleteFiles.incH A D17-May-2019370.3 KiB

READMEH A D17-May-20192.6 KiB

release/H17-May-201925

rescue/H17-May-20196

sbin/H17-May-201998

secure/H17-May-20199

share/H17-May-201930

sys/H17-May-201957

targets/H17-May-20196

tests/H17-May-20199

tools/H17-May-201919

UPDATINGH A D17-May-201967.9 KiB

usr.bin/H17-May-2019286

usr.sbin/H17-May-2019234

README

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