cracklib/Makefile

Thu, 04 Oct 2012 20:24:28 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:24:28 +0200
changeset 712
bf4f2bc90467
permissions
-rw-r--r--

Update to new vendor version and correct context handling in voicemail.
Context correction is needed to enable leaving a voicemail at the
VoicemailMain prompt (press 5) when not specifying a 'default' context
in the voicemail configuration.

     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