NetBSD/usr.bin/config
christos c2261f6766 don't '#define yywrap() 1', use '%option noyywrap'. This is because the
#define is doomed to failure if --prefix is used.
2009-10-28 02:42:20 +00:00
..
Makefile
config.1 New sentence, new line. 2009-08-31 07:45:24 +00:00
config.5 Bump date. 2009-02-20 05:26:51 +00:00
config.samples.5
defs.h Now that condmkopttab isn't a hash table anymore, don't initialise it with 2009-03-13 20:44:59 +00:00
files.c Actually allow a full expression for the condition for "makeoptions" in 2009-03-13 18:24:41 +00:00
gram.y Actually allow a full expression for the condition for "makeoptions" in 2009-03-13 18:24:41 +00:00
hash.c Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) 2009-04-11 12:41:10 +00:00
lint.c For {pseudo-,}devices, check if an instance of the pseudo or the considered 2009-08-30 21:07:41 +00:00
main.c Now that condmkopttab isn't a hash table anymore, don't initialise it with 2009-03-13 20:44:59 +00:00
mkdevsw.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
mkheaders.c Dependency on config_time.src was removed today from Makefile.kern.inc, so 2009-05-13 18:54:34 +00:00
mkioconf.c Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) 2009-04-11 12:41:10 +00:00
mkmakefile.c Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) 2009-04-11 12:41:10 +00:00
mkswap.c Change major()/minor() to return 32-bit types again, called 2009-01-20 18:20:47 +00:00
pack.c Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) 2009-04-11 12:41:10 +00:00
scan.l don't '#define yywrap() 1', use '%option noyywrap'. This is because the 2009-10-28 02:42:20 +00:00
sem.c Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) 2009-04-11 12:41:10 +00:00
sem.h
util.c