summaryrefslogtreecommitdiff
path: root/comms/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-20 06:25:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-20 06:25:51 +0000
commit83532b2241f651e3bd56f4537a6080d09f12356a (patch)
treed30afd7ff88f8d66201aec607ea5201dce483f01 /comms/Makefile
parentRe-import this to comms. Sorry! (diff)
Add snooper.
Notes
Notes: svn path=/head/; revision=6505
Diffstat (limited to 'comms/Makefile')
-rw-r--r--comms/Makefile5
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>