NetBSD/usr.bin/crunch/crunchgen
nathanw 31bbd833a9 Change the make(1) command lines generated by crunchgen from:
"make -a -b VAR=VALUE -c -d target" to
"make -a -b -c -d VAR=VALUE target"

to avoid depending on make's undocumented and unportably-implemented
handling of the former case.

Makes crunchgen and nbmake work together on Cygwin.
2003-11-19 22:44:15 +00:00
..
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
crunched_main.c
crunchgen.1
crunchgen.c Change the make(1) command lines generated by crunchgen from: 2003-11-19 22:44:15 +00:00
mkskel.sh