diff options
author | tron <tron@pkgsrc.org> | 2013-11-19 12:51:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-11-19 12:51:38 +0000 |
commit | 047927ba1686837a9f588c84df868ac99b96da32 (patch) | |
tree | 7349e8b76a434295d0626eecfcdf8ce9eb1354bb /security | |
parent | 0f231326bee7ec85c7ee14a30361fda96858e715 (diff) | |
download | pkgsrc-047927ba1686837a9f588c84df868ac99b96da32.tar.gz |
Add and enable "sslscan" package.
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 cf56482c2ce..898965fea1d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.486 2013/11/15 05:12:59 agc Exp $ +# $NetBSD: Makefile,v 1.487 2013/11/19 12:51:38 tron Exp $ # COMMENT= Security tools @@ -406,6 +406,7 @@ SUBDIR+= sshfp SUBDIR+= sshpass SUBDIR+= ssldump SUBDIR+= sslproxy +SUBDIR+= sslscan SUBDIR+= sslwrap SUBDIR+= ssss SUBDIR+= starttls |