summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-06 13:06:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-06 13:06:41 +0000
commit8d876905282a661f219dff7217c8fab63df5541a (patch)
tree3158d9fcff96294b510e0c6873bb439bc0b80412 /comms
parentUpgrade to 3.7.7 (diff)
Add xcept.
Notes
Notes: svn path=/head/; revision=4309
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 79fac97d04e7..d4743855b4b0 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 1996/09/25 20:39:03 max Exp $
+# $Id: Makefile,v 1.19 1996/11/03 04:52:10 obrien Exp $
#
SUBDIR += bpl+
@@ -10,5 +10,6 @@
SUBDIR += minicom
SUBDIR += rzsz
SUBDIR += seyon
+ SUBDIR += xcept
.include <bsd.port.subdir.mk>