Deleted Added
sdiff udiff text old ( 111984 ) new ( 156171 )
full compact
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
3$FreeBSD: head/README 156171 2006-03-01 20:14:55Z ceri $
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, the most

--- 42 unchanged lines hidden (view full) ---

54kerberos5 Kerberos5 (Heimdal) package.
55
56lib System libraries.
57
58libexec System daemons.
59
60release Release building Makefile & associated tools.
61
62rescue Build system for statically linked /rescue utilities.
63
64sbin System commands.
65
66secure Cryptographic libraries and commands.
67
68share Shared resources.
69
70sys Kernel sources.
71
72tools Utilities for regression testing and miscellaneous tasks.
73
74usr.bin User commands.
75
76usr.sbin System administration commands.
77
78
79For information on synchronizing your source tree with one or more of
80the FreeBSD Project's development branches, please see:
81
82 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html