Lines Matching full:building
18 bsd.compat.mk - definitions for building programs against compat ABIs
22 bsd.crunchgen.mk - building crunched binaries using crunchgen(1)
25 bsd.doc.mk - building troff system documents
29 bsd.info.mk - building GNU Info hypertext system (deprecated)
31 bsd.kmod.mk - building loadable kernel modules
32 bsd.lib.mk - support for building libraries
39 bsd.port.mk - building ports
40 bsd.port.post.mk - building ports
41 bsd.port.pre.mk - building ports
42 bsd.port.subdir.mk - targets for building subdirectories for ports
43 bsd.prog.mk - building programs from source files
45 bsd.snmpmod.mk - building modules for the SNMP daemon bsnmpd
46 bsd.subdir.mk - targets for building subdirectories
47 bsd.sys.mk - common settings used for building FreeBSD sources
48 bsd.test.mk - building test programs from source files
100 It's fairly difficult to make the BSD .mk files work when you're building
254 This file is generally useful when building your own Makefiles so that
259 The include file <bsd.prog.mk> handles building programs from one or
391 PROGS When used with <bsd.progs.mk>, allow building multiple
434 to be stripped. This is to be used when building your
481 The include file, <bsd.snmpmod.mk>, handles building MIB modules for bsnmpd
486 bsd.snmpmod.mk leverages bsd.lib.mk for building MIB modules and
557 The include file <bsd.subdir.mk> contains the default targets for building
566 The include file <bsd.lib.mk> has support for building libraries. It has the
632 It has rules for building profiled objects; profiled libraries are
639 The include file <bsd.test.mk> handles building one or more test programs
743 The actual building of the test programs is performed by <bsd.prog.mk>.