diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-09-24 15:45:45 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-09-24 15:45:45 +0000 |
commit | d8b03f6b18f1d0fa9100c0b4e9f9c20175b40a91 (patch) | |
tree | ad4b9ad2e3f3794ab945ff0bdeddc012d945fc4a /comms/Makefile | |
parent | Update to 2.05 (diff) |
TCPSER turns a PC serial port into an emulated Hayes compatible modem that
uses TCP/IP for incoming and outgoing connections. It can be used to allow
older applications and systems designed for modem use to operate on the
Internet. TCPSER supports all standard Hayes commands, and understands
extended and vendor proprietary commands (though it does not implement
many of them). TCPSER can be used for both inbound and outbound connections.
WWW: http://www.jbrain.com/pub/linux/serial/
Notes
Notes:
svn path=/head/; revision=220702
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 49b9eecb8a46..3aca37863c99 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -126,6 +126,7 @@ SUBDIR += splat SUBDIR += sredird SUBDIR += syncterm + SUBDIR += tcpser SUBDIR += thebridge SUBDIR += tilp2 SUBDIR += tits |