ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Download File | Root Listing
root/midnightbsd-cvs/src/README
Revision: 1.9
Committed: Mon Mar 14 00:16:12 2011 UTC (13 years, 1 month ago) by laffer1
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +4 -1 lines
Log Message:
Document the apache  directory.

File Contents

# User Rev Content
1 laffer1 1.4 This is the top level of the MidnightBSD source directory. This file
2 laffer1 1.1 was last revised on:
3 laffer1 1.9 $MidnightBSD: src/README,v 1.8 2009/10/08 01:33:06 laffer1 Exp $
4 laffer1 1.1
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
8     more information).
9    
10     The Makefile in this directory supports a number of targets for
11 laffer1 1.4 building components (or all) of the MidnightBSD source tree, the most
12 laffer1 1.1 commonly used one being ``world'', which rebuilds and installs
13 laffer1 1.4 everything in the MidnightBSD system from the source tree except the
14 laffer1 1.1 kernel, the kernel-modules and the contents of /etc. The
15     ``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.
19    
20     Building a kernel is a somewhat more involved process, documentation
21     for which can be found at:
22     http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
23     And in the config(8) man page.
24     Note: If you want to build and install the kernel with the
25     ``buildkernel'' and ``installkernel'' targets, you might need to build
26 laffer1 1.4 world before. More information is available in the FreeBSD handbook.
27 laffer1 1.1
28     The sample kernel configuration files reside in the sys/<arch>/conf
29     sub-directory (assuming that you've installed the kernel sources), the
30     file named GENERIC being the one used to build your initial installation
31     kernel. The file NOTES contains entries and documentation for all possible
32     devices, not just those commonly used. It is the successor of the ancient
33     LINT file, but in contrast to LINT, it is not buildable as a kernel but a
34     pure reference and documentation file.
35    
36    
37     Source Roadmap:
38     ---------------
39 laffer1 1.9 apache Various commands and libraries under the APACHE license.
40     Please see apache/LICENSE for more information.
41    
42 laffer1 1.1 bin System/user commands.
43    
44 laffer1 1.7 cddl Various commands and libraries under the Sun CDDL license.
45    
46 laffer1 1.1 contrib Packages contributed by 3rd parties.
47    
48     crypto Cryptography stuff (see crypto/README).
49    
50     etc Template files for /etc.
51    
52     games Amusements.
53    
54     gnu Various commands and libraries under the GNU Public License.
55     Please see gnu/COPYING* for more information.
56    
57     include System include files.
58    
59     kerberos5 Kerberos5 (Heimdal) package.
60    
61     lib System libraries.
62    
63     libexec System daemons.
64    
65 laffer1 1.8 nrelease Release building from DragonFly. Used for making live CDs.
66    
67 laffer1 1.1 release Release building Makefile & associated tools.
68    
69     sbin System commands.
70    
71     secure Cryptographic libraries and commands.
72    
73     share Shared resources.
74    
75     sys Kernel sources.
76    
77     tools Utilities for regression testing and miscellaneous tasks.
78    
79     usr.bin User commands.
80    
81     usr.sbin System administration commands.
82