NetBSD/usr.bin/make
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
..
lst.lib
PSD.doc
unit-tests
arch.c
bit.h
buf.c
buf.h
compat.c
cond.c
config.h
dir.c
dir.h
for.c
hash.c
hash.h
job.c
job.h
list.h
lst.h
main.c
make.1
make.c
make.h
Makefile
Makefile.boot
nonints.h
parse.c
pathnames.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
sprite.h
str.c
suff.c
targ.c
trace.c
trace.h
util.c
var.c Fixes from PR#23210 to eliminate use of asprintf which makes cross building 2003-10-23 15:58:29 +00:00