Deleted Added
sdiff udiff text old ( 159363 ) new ( 215293 )
full compact
1This is the top level of the FreeBSD source directory. This file
2was last revised on:
3$FreeBSD: head/README 159363 2006-06-07 03:33:48Z trhodes $
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

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

38LINT file, but in contrast to LINT, it is not buildable as a kernel but a
39pure reference and documentation file.
40
41
42Source Roadmap:
43---------------
44bin System/user commands.
45
46contrib Packages contributed by 3rd parties.
47
48crypto Cryptography stuff (see crypto/README).
49
50etc Template files for /etc.
51
52games Amusements.
53

--- 34 unchanged lines hidden ---