K 10 svn:author V 5 luigi K 8 svn:date V 27 2000-02-05T10:29:19.000000Z K 7 svn:log V 830 Add a few features to crunchgen to simplify the use of existing makefiles (for use with picobsd among other things). See the manpage for details, but: * -h makefile-include-name can be used to specify a file to include in the makefiles generated by crunchgen . This is a good place to specify make variables such as RELEASE_CRUNCH, NOTHIS, NOTHAT and the like. * special progname objvar variable_name in the crunch config file declares a different variable than OBJS to be used to get the list of objects. * crunchgen now looks first for Makefile. in the current directory to override the makefile in source dir. This in many cases avoids the need to patch the original makefile if the above two features are still not enough. Approved-By: jordan END