diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-01-05 17:43:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-01-05 17:43:57 +0800 |
commit | 6659210b9da95459418c8b86250dc6e84c44dc6b (patch) | |
tree | 0ca3b1252cc391f110ef536c7d13748ba393f092 /comms/Makefile | |
parent | 39ac7c5b5029b89f79331cc0e819f534ca64df5c (diff) | |
download | freebsd-ports-gnome-6659210b9da95459418c8b86250dc6e84c44dc6b.tar.gz freebsd-ports-gnome-6659210b9da95459418c8b86250dc6e84c44dc6b.tar.zst freebsd-ports-gnome-6659210b9da95459418c8b86250dc6e84c44dc6b.zip |
Add remserial, a communication bridge between a TCP/IP network port and a
character-oriented device.
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 439d1d224b83..6522e068b37e 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -115,6 +115,7 @@ SUBDIR += qpage SUBDIR += qrq SUBDIR += qsstv + SUBDIR += remserial SUBDIR += ruby-serialport SUBDIR += ruby-termios SUBDIR += rubygem-callsign |