diff options
author | jlam <jlam> | 2004-08-13 18:46:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-13 18:46:11 +0000 |
commit | c3ff439bc53b8aef3503cc8b7c1c688c63869def (patch) | |
tree | 8fa5e11886fb397617c35ab3934d277b4b3ef6c4 | |
parent | f76c44bf391b4870082f702f90f18aa0ef6d1bb4 (diff) | |
download | pkgsrc-c3ff439bc53b8aef3503cc8b7c1c688c63869def.tar.gz |
Add and enable the cy2-* plugins.
-rw-r--r-- | security/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 28da8f248a2..28a1f4ed58a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.192 2004/08/13 10:26:50 agc Exp $ +# $NetBSD: Makefile,v 1.193 2004/08/13 18:46:11 jlam Exp $ # COMMENT= Security tools @@ -23,8 +23,14 @@ SUBDIR+= chkrootkit SUBDIR+= crack SUBDIR+= crypto++ SUBDIR+= cy-login +SUBDIR+= cy2-anonymous +SUBDIR+= cy2-crammd5 +SUBDIR+= cy2-digestmd5 +SUBDIR+= cy2-gssapi SUBDIR+= cy2-login SUBDIR+= cy2-ntlm +SUBDIR+= cy2-otp +SUBDIR+= cy2-plain SUBDIR+= cy2-sql SUBDIR+= cyrus-sasl SUBDIR+= cyrus-sasl2 |