diff options
author | seb <seb@pkgsrc.org> | 2002-08-06 00:56:37 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-08-06 00:56:37 +0000 |
commit | ebe13bfd06926894fc1ee2781f342590d7aafa92 (patch) | |
tree | c6a3219776b09933c01784d69601682590e32752 /security | |
parent | 87aade019a79ebeb68f77618af3e332c5a4e1086 (diff) | |
download | pkgsrc-ebe13bfd06926894fc1ee2781f342590d7aafa92.tar.gz |
Add and enable ssh2.
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 6c401626978..90c2f5f74c2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2002/07/29 04:19:49 jlam Exp $ +# $NetBSD: Makefile,v 1.113 2002/08/06 00:56:37 seb Exp $ # COMMENT= Security tools @@ -109,6 +109,7 @@ SUBDIR+= srp_client SUBDIR+= ssh SUBDIR+= ssh-askpass SUBDIR+= ssh-ip-tunnel +SUBDIR+= ssh2 SUBDIR+= ssldump SUBDIR+= sslwrap SUBDIR+= stunnel |