freebsd-dev/usr.sbin/crunch/crunchgen
Luigi Rizzo 08826cadb2 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.<progname> in the current
    directory to override the makefile in <progname> 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
2000-02-05 10:29:19 +00:00
..
crunched_main.c Use err(3). 1997-09-15 06:41:09 +00:00
crunchgen.1 Add a few features to crunchgen to simplify the use of existing 2000-02-05 10:29:19 +00:00
crunchgen.c Add a few features to crunchgen to simplify the use of existing 2000-02-05 10:29:19 +00:00
Makefile Removed -g from CFLAGS. 1996-06-23 13:11:59 +00:00
mkskel.sh