Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / data / cracklib / Makefile.am
- commit
- 60595491f191
- parent
- ac1d7b7ffc91
- branch
- default
- tags
- revelation-0.4.5
set release date
1 |
1c96b7e48232
|
## Process this file with automake to produce Makefile.in |
2 |
1c96b7e48232
|
# |
3 |
1c96b7e48232
|
# data/cracklib/Makefile.am |
4 |
1c96b7e48232
|
# |
5 |
1c96b7e48232
|
# $Id$ |
6 |
1c96b7e48232
|
# |
7 |
1c96b7e48232
|
|
8 |
1c96b7e48232
|
dictdir = $(datadir)/revelation |
9 |
1c96b7e48232
|
dict_DATA = pwdict.hwm pwdict.pwd pwdict.pwi |
10 |
1c96b7e48232
|
CLEANFILES = pwdict.hwm pwdict.pwd pwdict.pwi |
11 |
1c96b7e48232
|
|
12 |
1c96b7e48232
|
|
13 |
1c96b7e48232
|
pwdict.hwm pwdict.pwd pwdict.pwi: pwdict |
14 |
8f6033ffc71b
|
$(CRACK_FORMAT) pwdict | $(CRACK_PACKER) pwdict |
15 |
1c96b7e48232
|