diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 06:25:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 06:25:51 +0000 |
commit | 83532b2241f651e3bd56f4537a6080d09f12356a (patch) | |
tree | d30afd7ff88f8d66201aec607ea5201dce483f01 /comms/Makefile | |
parent | aceedbe9bd637b96d8d62d5832030209c6f4bf43 (diff) | |
download | ports-83532b2241f651e3bd56f4537a6080d09f12356a.tar.gz ports-83532b2241f651e3bd56f4537a6080d09f12356a.zip |
Notes
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/Makefile b/comms/Makefile index e125b6043bca..e85aa7e01d94 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1996/12/27 05:29:44 obrien Exp $ +# $Id: Makefile,v 1.23 1996/12/29 04:45:38 obrien Exp $ # SUBDIR += bpl+ @@ -8,9 +8,10 @@ SUBDIR += lrzsz SUBDIR += mgetty+sendfax SUBDIR += minicom - SUBDIR += zmtx-zmrx SUBDIR += rzsz SUBDIR += seyon + SUBDIR += snooper SUBDIR += xcept + SUBDIR += zmtx-zmrx .include <bsd.port.subdir.mk> |