diff options
author | asami <asami@FreeBSD.org> | 1997-05-20 06:25:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-20 06:25:51 +0000 |
commit | aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d (patch) | |
tree | 2ff268e7c665e3796d020e64cddbd62daec663cf /comms/Makefile | |
parent | c276bd56c2287612dd15dc2a109574452d47d93d (diff) | |
download | FreeBSD-ports-aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d.zip FreeBSD-ports-aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d.tar.gz |
Add snooper.
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 e125b60..e85aa7e 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> |