diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-01-05 09:43:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-01-05 09:43:57 +0000 |
commit | 283e371ea123e7121a4fa5461e266c9858865764 (patch) | |
tree | e3ab90c542d6b2aaf01e03578827f0a4eaae74b0 /comms/Makefile | |
parent | Update to 3.00. (diff) |
Add remserial, a communication bridge between a TCP/IP network port and a
character-oriented device.
Notes
Notes:
svn path=/head/; revision=267413
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 |