cracklib/Makefile

Thu, 13 Sep 2012 20:06:28 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 13 Sep 2012 20:06:28 +0200
changeset 677
bbdbd736796e
permissions
-rw-r--r--

Integrate newly introduced postfix with optional SRS logic enabled.

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

mercurial