cracklib/Makefile

Sun, 28 Oct 2012 23:53:14 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 28 Oct 2012 23:53:14 +0100
changeset 753
9c54f9d3f97a
permissions
-rw-r--r--

Correct avatar situation in views as well as node types.

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