diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-18 13:35:47 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-18 13:35:47 +0000 |
commit | 3ba1a3ce974a0c6aaa281ce007c0a626fb5d143d (patch) | |
tree | 4c52d382a1cf8952877bb307716a36492c805306 /net/Makefile | |
parent | 753126c8ec13804dfd983ee4bcb865c2f10aee32 (diff) |
Add sipsak 0.8.1, small command line tool for SIP testing.
Sipsak is a small command line tool for developers and administrators of
Session Initiation Protocol (SIP) applications.
It can be used for some simple tests on SIP applications and services.
WWW: http://sipsak.berlios.de/
PR: 53923
Submitted by: jesusr@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=96142
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 233f8601e660..b10a8207964b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -644,6 +644,7 @@ SUBDIR += simicq SUBDIR += sing SUBDIR += sipcalc + SUBDIR += sipsak SUBDIR += slirp SUBDIR += slurm SUBDIR += smbfs |