From: Nathan Neulinger Date: Mon, 13 Feb 2006 22:59:35 +0000 (+0000) Subject: output a note about building the dictionary at end of build X-Git-Tag: cracklib_2_8_7~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dac5c1f490d8b51a608ab024c6b8cb1e787657cc;p=cracklib output a note about building the dictionary at end of build git-svn-id: file:///tmp/cracklib-svn/trunk@78 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- diff --git a/cracklib/Makefile.am b/cracklib/Makefile.am index 892ecf2..5c27fc1 100644 --- a/cracklib/Makefile.am +++ b/cracklib/Makefile.am @@ -8,6 +8,14 @@ EXTRA_DIST = config.rpath mkinstalldirs \ test-data \ dicts/cracklib-small +all-local: + @echo + @echo ======================================================= + @echo Be sure and obtain a large wordlist file and run + @echo 'make install' and 'make dict' to generate the word + @echo list index file. See the README file for more details. + @echo ======================================================= + @echo test: all util/cracklib-check < test-data