Deleted Added
full compact
bsd.README (23578) bsd.README (36188)
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94
2# $Id$
2# $Id: bsd.README,v 1.11 1997/03/09 15:51:07 wosch Exp $
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".
9
10bsd.dep.mk - handle Makefile dependencies

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

82
83=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
84
85The include file <sys.mk> has the default rules for all makes, in the BSD
86environment or otherwise. You probably don't want to touch this file.
87
88=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
89
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".
9
10bsd.dep.mk - handle Makefile dependencies

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

82
83=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
84
85The include file <sys.mk> has the default rules for all makes, in the BSD
86environment or otherwise. You probably don't want to touch this file.
87
88=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
89
90bsd.locale.mk - a list of location specific parameters (currently this is
91used to list official ports mirrors only)
92
93=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
94
90The include file <bsd.man.mk> handles installing manual pages and their
91links.
92
93It has a single target:
94
95 maninstall:
96 Install the manual pages and their links.
97

--- 219 unchanged lines hidden ---
95The include file <bsd.man.mk> handles installing manual pages and their
96links.
97
98It has a single target:
99
100 maninstall:
101 Install the manual pages and their links.
102

--- 219 unchanged lines hidden ---