NetBSD/share/mk
christos 5344ef6679 - Add a new bsd.host.mk that contains all the HOST_ variables extracted from
bsd.sys.mk and bsd.own.mk
- Add protection requiring that:
	1. bsd.sys.mk is not include from other Makefiles directly
	2. bsd.own.mk must be included before bsd.sys.mk since it
	   sets variables that bsd.sys.mk uses as conditionals.

This is step 1 of removing all variable settings from bsd.sys.mk and
leaving behind only rules. This way, the structure of a standard Makefile
is:
	variable overrides

	optionally include bsd.own.mk
	optionally include bsd.endian.mk

	variable settings that use variables defined in bsd.own.mk

	include a one or more rule .mk files (such as bsd.prog.mk etc)
2014-01-16 01:19:46 +00:00
..
bsd.buildinstall.mk Move the build_install logic from lib/Makefile into share/mk and re-use 2012-11-15 23:51:53 +00:00
bsd.clang-analyze.mk Make it easier to specify the list of checkers to enable for the static 2012-04-04 10:37:18 +00:00
bsd.clean.mk On second thoughts, don't run "rm -rf" in bsd.clean.mk. Instead, 2012-11-19 16:04:54 +00:00
bsd.dep.mk add ${MKTARGET_CREATE} for tags 2013-12-05 22:49:33 +00:00
bsd.doc.mk
bsd.endian.mk Simplify the earm tests 2013-08-05 15:33:07 +00:00
bsd.files.mk Fix dependency handling of UUDECODE_FILES (e.g. libexec/ld.aout_so on i386). 2013-04-06 15:39:19 +00:00
bsd.gcc.mk Add more external dependencies for crtstuff 2012-12-10 23:49:39 +00:00
bsd.host.mk - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
bsd.hostlib.mk Unbreak src/tools usage of C++. 2013-10-29 16:11:46 +00:00
bsd.hostprog.mk Unbreak src/tools usage of C++. 2013-10-29 16:11:46 +00:00
bsd.inc.mk
bsd.info.mk Move all "clean" and "cleandir" processing to a new bsd.clean.mk 2011-09-10 16:57:35 +00:00
bsd.init.mk
bsd.ioconf.mk Make it possible to specify a directory for the .ioconf file. 2013-09-20 16:39:14 +00:00
bsd.kernobj.mk update to xorg-server 1.10.6. 2013-06-03 07:39:07 +00:00
bsd.kinc.mk
bsd.klinks.mk Change rule for x86 link to not be x86 dependent 2013-08-21 15:26:44 +00:00
bsd.kmodule.mk use -fno-unwind-tables when building arm modules 2013-11-09 22:40:15 +00:00
bsd.lib.mk Let MKARZERO default to the same value as MKREPRO, so callers 2014-01-14 11:31:01 +00:00
bsd.links.mk Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk 2009-04-10 16:16:12 +00:00
bsd.lua.mk Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small 2013-09-12 15:36:14 +00:00
bsd.man.mk Rename _MNUMBERS to _MSECTIONS. The manual section identifiers 2013-10-25 22:16:29 +00:00
bsd.nls.mk Move all "clean" and "cleandir" processing to a new bsd.clean.mk 2011-09-10 16:57:35 +00:00
bsd.obj.mk PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the 2010-01-25 00:43:00 +00:00
bsd.own.mk - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
bsd.prog.mk -Wl,-pie and -r don't agree with each other, so filter the former out. 2014-01-15 13:59:38 +00:00
bsd.README - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
bsd.rpc.mk centralize the rpcgen flags and set for BSD output 2013-12-15 00:28:45 +00:00
bsd.shlib.mk Revert last, it breaks the tricks xsrc uses. 2012-08-23 21:21:14 +00:00
bsd.subdir.mk Fix typo in comment. 2010-05-26 00:48:15 +00:00
bsd.sys.mk - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
bsd.syscall.mk - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
bsd.test.mk Autogenerate Kyuafiles next to Atffiles when MKKYUA is set. 2013-02-23 22:01:51 +00:00
bsd.x11.mk make .pc files depend upon configure files if they exist. this 2013-06-05 23:14:13 +00:00
Makefile eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
sys.mk disable ctf handling for the shuttle .c -> '' rule since we don't create 2014-01-02 19:25:08 +00:00