Deleted Added
full compact
bsd.README (74942) bsd.README (75083)
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 74942 2001-03-28 15:12:29Z ru $
2# $FreeBSD: head/share/mk/bsd.README 75083 2001-04-02 11:44:20Z ru $
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

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

212 LINKS= ${DESTDIR}/bin/test ${DESTDIR}/bin/[
213
214MAN Manual pages (should end in .1 - .9). If no MAN variable
215 is defined, "MAN=${PROG}.1" is assumed.
216
217PROG The name of the program to build. If not supplied, nothing
218 is built.
219
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

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

212 LINKS= ${DESTDIR}/bin/test ${DESTDIR}/bin/[
213
214MAN Manual pages (should end in .1 - .9). If no MAN variable
215 is defined, "MAN=${PROG}.1" is assumed.
216
217PROG The name of the program to build. If not supplied, nothing
218 is built.
219
220PROGNAME The name that the above program will be installed as, if
221 different from ${PROG}.
222
220SRCS List of source files to build the program. If SRCS is not
221 defined, it's assumed to be ${PROG}.c.
222
223DPADD Additional dependencies for the program. Usually used for
224 libraries. For example, to depend on the compatibility and
225 utility libraries use:
226
227 SRCLIB=${LIBCOMPAT} ${LIBUTIL}

--- 90 unchanged lines hidden ---
223SRCS List of source files to build the program. If SRCS is not
224 defined, it's assumed to be ${PROG}.c.
225
226DPADD Additional dependencies for the program. Usually used for
227 libraries. For example, to depend on the compatibility and
228 utility libraries use:
229
230 SRCLIB=${LIBCOMPAT} ${LIBUTIL}

--- 90 unchanged lines hidden ---