diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 00:49:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 00:49:48 +0000 |
commit | fd7e8698abcbdf8abb049c07acbff5238dbd54ff (patch) | |
tree | 96c15bcf8ad29fdce9dd30050b8fd4f7b7f0e5c3 /net/Makefile | |
parent | Update of mail/wmbiff to 0.4.15 and add support for gnutls (SSL). (diff) |
socketbind - new port submission
This library allows you to bind any application which is
dynamically linked with libc to certain IP address. It
provides convient way to bind socket's source IP to one of
the multiple IP's available on computer.
PR: ports/50147
Submitted by: Gaspar Chilingarov <nm@web.am>
Notes
Notes:
svn path=/head/; revision=77877
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 87f6f38b3a53..a82d2637010e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -588,6 +588,7 @@ SUBDIR += sniffit SUBDIR += sntop SUBDIR += socat + SUBDIR += socketbind SUBDIR += socks5 SUBDIR += spread SUBDIR += ssldump |