Lines Matching refs:mk
3 This directory contains some macro's derrived from the NetBSD bsd.*.mk
13 source tree. The files are installed in /usr/share/mk, and are, by
14 convention, named with the suffix ".mk".
16 Note, this file is not intended to replace reading through the .mk
25 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
29 this is because .mk files often modify variables and behavior based on the
50 It's fairly difficult to make the BSD .mk files work when you're building
71 The include file <sys.mk> has the default rules for all makes, in the BSD
76 The include file <bsd.man.mk> handles installing manual pages and their
103 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
108 The include file <bsd.own.mk> contains source tree configuration parameters,
114 To get system-specific configuration parameters, bsd.own.mk will try to
116 set, or no such file exists, the system make configuration file, /etc/mk.conf
119 bsd.own.mk sets the following variables, if they are not already defined
183 Additionally, the following variables may be set by bsd.own.mk or in a
186 bsd.own.mk):
212 bsd.own.mk is generally useful when building your own Makefiles so that
217 The include file <bsd.prog.mk> handles building programs from one or
324 The include file <bsd.prog.mk> includes the file named "../Makefile.inc"
325 if it exists, as well as the include file <bsd.man.mk>.
333 .include <bsd.prog.mk>
349 The include file <bsd.subdir.mk> contains the default targets for building
350 subdirectories. It has the same eight targets as <bsd.prog.mk>: all,
359 The include file <bsd.sys.mk> is used by <bsd.prog.mk> and
360 <bsd.lib.mk>. It contains overrides that are used when building
367 The include file <bsd.lib.mk> has support for building libraries. It has
368 the same eight targets as <bsd.prog.mk>: all, clean, cleandir, depend,
395 The include file <bsd.lib.mk> includes the file named "../Makefile.inc"
396 if it exists, as well as the include file <bsd.man.mk>.