diff options
author | itojun <itojun@pkgsrc.org> | 2000-03-20 02:25:29 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-03-20 02:25:29 +0000 |
commit | 394061aa313a2edbc0bdaf71a893a380fd4c7a41 (patch) | |
tree | 92efc0c35d41de21ab00c3055913411c99f0a74a /security/Makefile | |
parent | 22ff163b2d30a8c6a123ae7814f5ac837a5e7c56 (diff) | |
download | pkgsrc-394061aa313a2edbc0bdaf71a893a380fd4c7a41.tar.gz |
split security/ssh and security/ssh6.
security/ssh6: IPv4/v6 ready, socks unavailable, kerberos available (not tested)
security/ssh: IPv4 onlyready, socks available, kerberos available (not tested)
should be integrated into one whenever socks support becomes aware of
getaddrinfo/getnameinfo. two directories with tons of patches/patch-* is
a maintenance headache.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 0206397500c..8718c4fa7fa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/03/10 10:29:36 agc Exp $ +# $NetBSD: Makefile,v 1.28 2000/03/20 02:25:29 itojun Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -23,6 +23,7 @@ SUBDIR += rsaref SUBDIR += srp_client SUBDIR += ssh + SUBDIR += ssh6 SUBDIR += ssh-ip-tunnel SUBDIR += sudo SUBDIR += tripwire |