1abafe5709
- Add an OPTION to build with OpenMP support (disabled by default) - Adjust `pre-build' target message to mention OpenMP support (with/without) - Fix overly aggressive CFLAGS patching via REINPLACE_CMD - Remove unneeded global modifiers from sed(1) expressions and kill one superfluous empty line while I am here
28 lines
724 B
Text
28 lines
724 B
Text
bin/john
|
|
bin/unshadow
|
|
bin/xtract
|
|
@unexec if cmp -s %D/etc/john.conf %D/etc/john.conf.default; then rm -f %D/etc/john.conf; fi
|
|
etc/john.conf.default
|
|
@exec [ -f %B/john.conf ] || cp %B/%f %B/john.conf
|
|
%%DATADIR%%/all.chr
|
|
%%DATADIR%%/alnum.chr
|
|
%%DATADIR%%/alpha.chr
|
|
%%DATADIR%%/cmpt_cp.pl
|
|
%%DATADIR%%/digits.chr
|
|
%%DATADIR%%/dumb16.conf
|
|
%%DATADIR%%/dumb32.conf
|
|
%%DATADIR%%/dynamic.conf
|
|
%%DATADIR%%/genincstats.rb
|
|
%%DATADIR%%/lanman.chr
|
|
%%DATADIR%%/ldif2john.pl
|
|
%%DATADIR%%/lion2john-alt.pl
|
|
%%DATADIR%%/lion2john.pl
|
|
%%DATADIR%%/mailer
|
|
%%DATADIR%%/netntlm.pl
|
|
%%DATADIR%%/netscreen.py
|
|
%%DATADIR%%/password.lst
|
|
%%DATADIR%%/radius2john.pl
|
|
%%DATADIR%%/sap_prepare.pl
|
|
%%DATADIR%%/sha-dump.pl
|
|
%%DATADIR%%/sha-test.pl
|
|
@dirrm %%DATADIR%%
|