NetBSD/sys/arch/prep
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf add major for 'ses' for archs which have the other scsi devices 2003-10-24 08:09:53 +00:00
dev Add atabus. 2003-10-08 11:14:36 +00:00
include Add back spkr.h 2003-10-24 05:07:44 +00:00
isa Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
pci __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
prep Reorganize the way powerpc port install machine specific headers. 2003-10-20 00:12:09 +00:00
stand Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00