diff options
author | jlam <jlam> | 2002-01-29 22:37:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-01-29 22:37:44 +0000 |
commit | 1da81fcdc7c63aa9570349d2e9621a10960c45a1 (patch) | |
tree | 604ccdbc14f106d4e9f67099134ff4109752ae4e /security/Makefile | |
parent | 09473a2807e8c75d3057df01e7477ec91c861a7a (diff) | |
download | pkgsrc-1da81fcdc7c63aa9570349d2e9621a10960c45a1.tar.gz |
Note addition of pam-smbpass.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 74e66dfab9c..5e5980118b5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2002/01/29 16:30:23 drochner Exp $ +# $NetBSD: Makefile,v 1.101 2002/01/29 22:37:44 jlam Exp $ # COMMENT= Security tools @@ -71,6 +71,7 @@ SUBDIR+= p5-SSLeay SUBDIR+= p5-Tie-EncryptedHash SUBDIR+= pakemon SUBDIR+= pam-ldap +SUBDIR+= pam-smbpass SUBDIR+= pgp2 SUBDIR+= pgp5 SUBDIR+= pgpdump |