diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-05 02:42:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-05 02:42:12 +0000 |
commit | 7c351375f2f4e8d1ca8a155939bacdf6eb620605 (patch) | |
tree | 3b8138c628899d5287dc0b1dac05e92f0af59fe2 /security/PAM | |
parent | c8b283a725369730a2bb0839a254b383aa04f82f (diff) | |
download | pkgsrc-7c351375f2f4e8d1ca8a155939bacdf6eb620605.tar.gz |
Document libcrack build option.
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index d2b401c77e3..9c14611446c 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2004/08/05 02:42:12 jlam Exp $ # DISTNAME= Linux-PAM-0.77 @@ -51,6 +51,9 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.PAM PKG_SUPPORTED_OPTIONS= libcrack .include "../../mk/bsd.options.mk" +### +### Support using libcrack to protect against weak passwords. +### .if !empty(PKG_OPTIONS:Mlibcrack) . include "../../security/libcrack/buildlink3.mk" CONFIGURE_ARGS+= --with-libcrack |