diff options
author | agc <agc@pkgsrc.org> | 2008-07-31 10:23:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2008-07-31 10:23:06 +0000 |
commit | 6503f7082f7300fa3ba9fa36f757c6c618e586b8 (patch) | |
tree | a7c6dcc1e6ddb83037dea2bd48e1ad3a4c09ad14 /security | |
parent | a1e0ba2e59ad6888b03c552cd0276416c1e8dc11 (diff) | |
download | pkgsrc-6503f7082f7300fa3ba9fa36f757c6c618e586b8.tar.gz |
Add and enable sshfp
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 dc36d5925d9..316b785bbd5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.325 2008/07/25 08:48:23 rhaen Exp $ +# $NetBSD: Makefile,v 1.326 2008/07/31 10:23:06 agc Exp $ # COMMENT= Security tools @@ -268,6 +268,7 @@ SUBDIR+= srp_client SUBDIR+= ssh-askpass SUBDIR+= ssh-ip-tunnel SUBDIR+= ssh2 +SUBDIR+= sshfp SUBDIR+= ssldump SUBDIR+= sslwrap SUBDIR+= starttls |