diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-09 19:47:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-09 19:47:39 +0000 |
commit | 61148fb0bda77fb2774cab81c0c9cf5bdc5efd65 (patch) | |
tree | d3f3304152e63bfbd61e99645fb3caef6e147a04 /security | |
parent | eafc538667d377a2d0be0a501bf25bbbae0b17e9 (diff) | |
download | pkgsrc-61148fb0bda77fb2774cab81c0c9cf5bdc5efd65.tar.gz |
Add and enable cyrus-saslauthd.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index d3653803f5c..7ca678257d8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.157 2004/01/08 17:56:32 agc Exp $ +# $NetBSD: Makefile,v 1.158 2004/01/09 19:47:39 jlam Exp $ # COMMENT= Security tools @@ -23,6 +23,7 @@ SUBDIR+= cy2-login SUBDIR+= cy2-ntlm SUBDIR+= cyrus-sasl SUBDIR+= cyrus-sasl2 +SUBDIR+= cyrus-saslauthd SUBDIR+= ddos-scan SUBDIR+= dropbear SUBDIR+= dsniff |