NetBSD/share
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
..
dict Add a bunch of missing words from a list I had dated 2005. 2013-08-04 03:38:13 +00:00
doc I'm a document, Jim, not a shell script. 2013-10-06 05:45:19 +00:00
examples track syntax change in npf.conf regarding group 2013-09-20 17:51:04 +00:00
i18n
legal
locale Remove duplicate zh entry. 2013-08-19 22:34:41 +00:00
man eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
me
misc NetBSD 6.1.2 and 6.0.3 are out. Also, add 6.1.1. 2013-09-30 03:48:51 +00:00
mk - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
nls
tabset
terminfo Import terminfo-20130607.src + mbalmers typo patch 2013-10-01 09:17:41 +00:00
tmac The *roff macro argument is "-isoC-2011"; adapt. 2013-08-03 22:12:23 +00:00
wscons
xml
zoneinfo Change comments and variables to reduce differences with upstream. 2013-12-26 20:19:17 +00:00
Makefile
Makefile.inc