NetBSD/usr.bin/xlint
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
..
arch - make all targparam.h files consistent with the arch includes 2003-05-29 18:12:13 +00:00
common Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
lint1 PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON. 2003-10-21 23:58:53 +00:00
lint2 PR/23219: Dan McMahill: Make this compile on system that don't have MAP_ANON. 2003-10-21 23:58:53 +00:00
llib Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
xlint Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
Makefile
Makefile.inc