Deleted Added
sdiff udiff text old ( 256281 ) new ( 264483 )
full compact
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
2# $FreeBSD: stable/10/share/mk/bsd.README 245561 2013-01-17 17:27:10Z brooks $
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.

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

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
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.
48
49=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

360
361The include file <bsd.lib.mk> includes the file named "../Makefile.inc"
362if it exists, as well as the include file <bsd.man.mk>.
363
364It has rules for building profiled objects; profiled libraries are
365built by default.
366
367Libraries are ranlib'd before installation.