cracklib/Makefile

Mon, 15 Oct 2012 21:25:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 15 Oct 2012 21:25:50 +0200
changeset 743
51daf2b49ad7
permissions
-rw-r--r--

Back out change 742 as unversioned Google projects prove too unreliable
for production use, and rather correct problems with the OpenPKG v8
installation and leverage that instead.

     2 PREFIX  = @l_prefix@
     3 LIBDIR  = $(PREFIX)/lib/cracklib
     4 DICTDIR = $(PREFIX)/share/cracklib
     5 FORMAT  = $(PREFIX)/sbin/cracklib-format
     6 PACKER  = $(PREFIX)/sbin/cracklib-packer
     8 all:
     9 	$(FORMAT) $(DICTDIR)/*.txt | $(PACKER) $(LIBDIR)/pw_dict

mercurial