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
..
Makefile eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +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.buildinstall.mk
bsd.clang-analyze.mk
bsd.clean.mk
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
bsd.gcc.mk
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
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
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
bsd.obj.mk
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.rpc.mk centralize the rpcgen flags and set for BSD output 2013-12-15 00:28:45 +00:00
bsd.shlib.mk
bsd.subdir.mk
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
bsd.x11.mk make .pc files depend upon configure files if they exist. this 2013-06-05 23:14:13 +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