Lines Matching refs:bsd

1 #	@(#)bsd.README	8.2 (Berkeley) 4/2/94
2 # $FreeBSD: src/share/mk/bsd.README,v 1.25 2003/05/17 18:03:05 trhodes Exp $
13 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
14 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
16 files. In most cases it is only interesting to include bsd.prog.mk or
17 bsd.lib.mk.
19 bsd.cpu.custom.mk - handle CPU flags for custom compilers
20 bsd.cpu.gcc47.mk - handle GCC 4.7 specific CPU flags & variables
21 bsd.cpu.gcc80.mk - handle GCC 8.0 specific CPU flags & variables
22 bsd.cpu.mk - handle CPU flags & variables
23 bsd.crunchgen.mk - building crunched binaries using crunchgen(1)
24 bsd.dep.mk - handle Makefile dependencies
25 bsd.files.mk - install of general purpose files
26 bsd.hostlib.mk - handle libraries built with host tools and libraries
27 bsd.hostprog.mk - handle programs built with host tools and libraries
28 bsd.incs.mk - install of include files
29 bsd.init.mk - initialization for the make include files
30 bsd.kmod.mk - building loadable kernel modules
31 bsd.lib.mk - support for building libraries
32 bsd.libnames.mk - define library names
33 bsd.links.mk - install of links (sym/hard)
34 bsd.man.mk - install of manual pages and their links
35 bsd.nls.mk - build and install of NLS catalogs
36 bsd.obj.mk - creating 'obj' directories and cleaning up
37 bsd.own.mk - define common variables
38 bsd.prog.mk - building programs from source files
39 bsd.subdir.mk - targets for building subdirectories
40 bsd.sys.mk - common settings used for building DragonFly sources
65 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
116 The include file <bsd.man.mk> handles installing manual pages and their
149 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
154 The include file <bsd.own.mk> contains the owners, groups, etc. for both
185 The include file <bsd.prog.mk> handles building programs from one or
256 causes <bsd.prog.mk> to link the program with the
301 The include file <bsd.prog.mk> includes the file named "../Makefile.inc"
302 if it exists, as well as the include file <bsd.man.mk>.
310 .include <bsd.prog.mk>
326 The include file <bsd.subdir.mk> contains the default targets for building
327 subdirectories. It has the same seven targets as <bsd.prog.mk>: all, clean,
336 The include file <bsd.lib.mk> has support for building libraries. It has
337 the same seven targets as <bsd.prog.mk>: all, clean, cleandir, depend,
362 The include file <bsd.lib.mk> includes the file named "../Makefile.inc"
363 if it exists, as well as the include file <bsd.man.mk>.