Deleted Added
full compact
bsd.README (139103) bsd.README (152265)
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
2# $FreeBSD: head/share/mk/bsd.README 139103 2004-12-21 08:47:35Z ru $
2# $FreeBSD: head/share/mk/bsd.README 152265 2005-11-10 10:03:22Z harti $
3
4This is the README file for the "include" files for the FreeBSD
5source tree. The files are installed in /usr/share/mk, and are by
6convention, named with the suffix ".mk". These files store several
7build options and should be handled with caution.
8
9Note, this file is not intended to replace reading through the .mk
10files for anything tricky.

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

31bsd.nls.mk - build and install of NLS catalogs
32bsd.obj.mk - creating 'obj' directories and cleaning up
33bsd.own.mk - define common variables
34bsd.port.mk - building ports
35bsd.port.post.mk - building ports
36bsd.port.pre.mk - building ports
37bsd.port.subdir.mk - targets for building subdirectories for ports
38bsd.prog.mk - building programs from source files
3
4This is the README file for the "include" files for the FreeBSD
5source tree. The files are installed in /usr/share/mk, and are by
6convention, named with the suffix ".mk". These files store several
7build options and should be handled with caution.
8
9Note, this file is not intended to replace reading through the .mk
10files for anything tricky.

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

31bsd.nls.mk - build and install of NLS catalogs
32bsd.obj.mk - creating 'obj' directories and cleaning up
33bsd.own.mk - define common variables
34bsd.port.mk - building ports
35bsd.port.post.mk - building ports
36bsd.port.pre.mk - building ports
37bsd.port.subdir.mk - targets for building subdirectories for ports
38bsd.prog.mk - building programs from source files
39bsd.snmpmod.mk - building modules for the SNMP daemon bsnmpd
39bsd.subdir.mk - targets for building subdirectories
40bsd.sys.mk - common settings used for building FreeBSD sources
41sys.mk - default rules for all makes
42
43This file does not document bsd.port*.mk. They are documented in ports(7).
44
45See also make(1), mkdep(1), style.Makefile(5) and `PMake - A
46Tutorial', located in /usr/share/doc/psd/12.make.

--- 315 unchanged lines hidden ---
40bsd.subdir.mk - targets for building subdirectories
41bsd.sys.mk - common settings used for building FreeBSD sources
42sys.mk - default rules for all makes
43
44This file does not document bsd.port*.mk. They are documented in ports(7).
45
46See also make(1), mkdep(1), style.Makefile(5) and `PMake - A
47Tutorial', located in /usr/share/doc/psd/12.make.

--- 315 unchanged lines hidden ---