diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 23:40:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 23:40:57 +0000 |
commit | 6f65715edec356be9e35f4d6e1485197e1497237 (patch) | |
tree | 27bbc7bc0040a835c2c9216b4dde1fa8e17290ed /comms | |
parent | zmtx and zmrz impliement the ZMODEM error correcting protocol used to (diff) |
turn on zmtx-zmrx
Notes
Notes:
svn path=/head/; revision=4901
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index d4743855b4b0..9e3495d48657 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1996/11/03 04:52:10 obrien Exp $ +# $Id: Makefile,v 1.20 1996/11/06 13:06:41 asami Exp $ # SUBDIR += bpl+ @@ -8,6 +8,7 @@ SUBDIR += lrzsz SUBDIR += mgetty+sendfax SUBDIR += minicom + SUBDIR += zmtx-zmrx SUBDIR += rzsz SUBDIR += seyon SUBDIR += xcept |