NetBSD/bin/ls
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
..
Makefile change from WARNS?=1 to WARNS?=2 for bin/ 2001-11-03 13:40:30 +00:00
cmp.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:05:01 +00:00
extern.h Implement '-b' option, which, following FreeBSD, Linux and (I think) Solaris 2003-09-14 19:16:05 +00:00
ls.1 Bump date for previous; comma cleanup. 2003-09-22 06:01:43 +00:00
ls.c After last weeks addition of the '-b' flag, add '-B' and '-w' flags, 2003-09-22 02:43:19 +00:00
ls.h After last weeks addition of the '-b' flag, add '-B' and '-w' flags, 2003-09-22 02:43:19 +00:00
main.c
print.c After last weeks addition of the '-b' flag, add '-B' and '-w' flags, 2003-09-22 02:43:19 +00:00
stat_flags.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
stat_flags.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:05:01 +00:00
util.c After last weeks addition of the '-b' flag, add '-B' and '-w' flags, 2003-09-22 02:43:19 +00:00