Deleted Added
full compact
bsd.README (23559) bsd.README (23578)
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
2# $Id$
3
4XXX This document is seriously out of date, it is currenly being revised.
5
6This is the README file for the new make "include" files for the BSD
7source tree. The files are installed in /usr/share/mk, and are, by
8convention, named with the suffix ".mk".

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

22bsd.prog.mk - building programs from source files
23bsd.sgml.mk - building SGML documents
24bsd.subdir.mk - targets for building subdirectories
25
26
27Note, this file is not intended to replace reading through the .mk
28files for anything tricky.
29
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
2# $Id$
3
4XXX This document is seriously out of date, it is currenly being revised.
5
6This is the README file for the new make "include" files for the BSD
7source tree. The files are installed in /usr/share/mk, and are, by
8convention, named with the suffix ".mk".

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

22bsd.prog.mk - building programs from source files
23bsd.sgml.mk - building SGML documents
24bsd.subdir.mk - targets for building subdirectories
25
26
27Note, this file is not intended to replace reading through the .mk
28files for anything tricky.
29
30See also make(1), mkdep(1) and `PMake - A Tutorial',
31located in /usr/share/doc/psd/12.make.
32
30=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
31
32RANDOM THINGS WORTH KNOWING:
33
34The files are simply C-style #include files, and pretty much behave like
35you'd expect. The syntax is slightly different in that a single '.' is
36used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
37

--- 276 unchanged lines hidden ---
33=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
34
35RANDOM THINGS WORTH KNOWING:
36
37The files are simply C-style #include files, and pretty much behave like
38you'd expect. The syntax is slightly different in that a single '.' is
39used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
40

--- 276 unchanged lines hidden ---