head	1.2;
access;
symbols
	OPENPKG_E1_MP_HEAD:1.1
	OPENPKG_E1_MP:1.1
	OPENPKG_E1_MP_2_STABLE:1.1
	OPENPKG_E1_FP:1.1
	OPENPKG_2_STABLE_MP:1.1
	OPENPKG_2_STABLE_20061018:1.1
	OPENPKG_2_STABLE_20060622:1.1
	OPENPKG_2_STABLE:1.1.0.10
	OPENPKG_2_STABLE_BP:1.1
	OPENPKG_2_5_RELEASE:1.1
	OPENPKG_2_5_SOLID:1.1.0.8
	OPENPKG_2_5_SOLID_BP:1.1
	OPENPKG_2_4_RELEASE:1.1
	OPENPKG_2_4_SOLID:1.1.0.6
	OPENPKG_2_4_SOLID_BP:1.1
	OPENPKG_CW_FP:1.1
	OPENPKG_2_3_RELEASE:1.1
	OPENPKG_2_3_SOLID:1.1.0.4
	OPENPKG_2_3_SOLID_BP:1.1
	OPENPKG_2_2_RELEASE:1.1
	OPENPKG_2_2_SOLID:1.1.0.2
	OPENPKG_2_2_SOLID_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.10.09.13.46.53;	author rse;	state Exp;
branches;
next	1.1;
commitid	3Eh6Bf0q3drB9VAs;

1.1
date	2004.06.25.21.21.00;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@repackage from scratch for newer cracklib 2.8.x
@
text
@
PREFIX  = @@l_prefix@@
LIBDIR  = $(PREFIX)/lib/cracklib
DICTDIR = $(PREFIX)/share/cracklib
FORMAT  = $(PREFIX)/sbin/cracklib-format
PACKER  = $(PREFIX)/sbin/cracklib-packer

all:
	$(FORMAT) $(DICTDIR)/*.txt | $(PACKER) $(LIBDIR)/pw_dict

@


1.1
log
@fix passing of make(1) variables; place files into subdir; use namespace clean names for tools; add Makefile for regeneration of files; add more dictionaries; install more tools
@
text
@d5 1
a5 1
MKDICT  = $(PREFIX)/sbin/cracklib-mkdict
d9 1
a9 1
	$(MKDICT) $(DICTDIR)/*.txt | $(PACKER) $(LIBDIR)/pw_dict
@

