diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2000-12-03 16:37:25 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2000-12-03 16:37:25 +0000 |
commit | d1e27a770c58eab7b56e17bdfe0ed3f9ba3d7ccf (patch) | |
tree | aacd732ad22a1e0932b249b5334519def5a786c7 /comms/Makefile | |
parent | 2952a0e13df8b3f76a1b0b365ee16e3c515daa2d (diff) | |
download | ports-d1e27a770c58eab7b56e17bdfe0ed3f9ba3d7ccf.tar.gz ports-d1e27a770c58eab7b56e17bdfe0ed3f9ba3d7ccf.zip |
Add a new port comms/comserv. From the pkg-descr file:
"The comservd program provides a facility to access network terminal
server serial ports, such as those available on Xyplex terminal server
models, via /dev device file entries. This allows programs such as
tip(1) to access devices connected to the terminal server serial
ports."
Notes
Notes:
svn path=/head/; revision=35625
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 72a7336b2338..801fa773b237 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -4,6 +4,7 @@ SUBDIR += asmodem SUBDIR += bayonne SUBDIR += bpl+ + SUBDIR += comserv SUBDIR += conserver SUBDIR += ecu SUBDIR += gkermit |