diff options
author | jlam <jlam> | 2004-08-05 02:42:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-05 02:42:12 +0000 |
commit | 6f2f8ede7b7e7174cb623cdbde75532b786ca184 (patch) | |
tree | 3b8138c628899d5287dc0b1dac05e92f0af59fe2 /security/PAM | |
parent | 11e2f36cdcee2b628a36807210ee01fc62bbf303 (diff) | |
download | pkgsrc-6f2f8ede7b7e7174cb623cdbde75532b786ca184.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 |