cracklib/Makefile

Mon, 01 Sep 2014 21:55:47 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 01 Sep 2014 21:55:47 +0200
changeset 797
ded2db56a196
permissions
-rw-r--r--

Import new package specs for introduction into repository.

     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