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 | b3823f43f2d2993b1caa5cda7694d0f147b54b4c (patch) | |
tree | d3f3304152e63bfbd61e99645fb3caef6e147a04 | |
parent | 1ffd1b5f21535c23c0be2c033900e504d3b271ff (diff) | |
download | pkgsrc-b3823f43f2d2993b1caa5cda7694d0f147b54b4c.tar.gz |
Add and enable cyrus-saslauthd.
-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 |