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 | 86b87ebd21243fe50d617ea41a17b19d5690c2b7 (patch) | |
tree | 3b8138c628899d5287dc0b1dac05e92f0af59fe2 /security | |
parent | 086fab69f80f7849082d24a79f45c34d523ab078 (diff) | |
download | pkgsrc-86b87ebd21243fe50d617ea41a17b19d5690c2b7.tar.gz |
Document libcrack build option.
Diffstat (limited to 'security')
-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 |