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