diff options
author | agc <agc> | 2009-08-09 05:53:28 +0000 |
---|---|---|
committer | agc <agc> | 2009-08-09 05:53:28 +0000 |
commit | 10bc52c1ff10f63ce77e1b482094941ea5f2536b (patch) | |
tree | 33a7eed72f10e6394b00f0603dd098404b27a053 /security | |
parent | c7ea2df050c6938641d0390e75a50645c96aacc9 (diff) | |
download | pkgsrc-10bc52c1ff10f63ce77e1b482094941ea5f2536b.tar.gz |
Add and enable ssss
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 41fb759d08b..23282181e09 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.353 2009/07/23 05:53:05 jnemeth Exp $ +# $NetBSD: Makefile,v 1.354 2009/08/09 05:53:28 agc Exp $ # COMMENT= Security tools @@ -297,6 +297,7 @@ SUBDIR+= sshfp SUBDIR+= ssldump SUBDIR+= sslproxy SUBDIR+= sslwrap +SUBDIR+= ssss SUBDIR+= starttls SUBDIR+= steghide SUBDIR+= stegtunnel |