From dac5c1f490d8b51a608ab024c6b8cb1e787657cc Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Mon, 13 Feb 2006 22:59:35 +0000 Subject: [PATCH] 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 --- cracklib/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.40.0