diff options
author | asami <asami@FreeBSD.org> | 1997-05-20 14:25:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-20 14:25:51 +0800 |
commit | aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d (patch) | |
tree | 2ff268e7c665e3796d020e64cddbd62daec663cf /comms | |
parent | c276bd56c2287612dd15dc2a109574452d47d93d (diff) | |
download | freebsd-ports-gnome-aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d.tar.gz freebsd-ports-gnome-aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d.tar.zst freebsd-ports-gnome-aa4fa02b5755bee3f2605a53bb0df5faff7b9e0d.zip |
Add snooper.
Diffstat (limited to 'comms')
-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> |