diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 13:06:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-06 13:06:41 +0000 |
commit | 8d876905282a661f219dff7217c8fab63df5541a (patch) | |
tree | 3158d9fcff96294b510e0c6873bb439bc0b80412 /comms/Makefile | |
parent | 56715fcd553e3a33a1fea619c0e7e1e0fcbe7c07 (diff) | |
download | ports-8d876905282a661f219dff7217c8fab63df5541a.tar.gz ports-8d876905282a661f219dff7217c8fab63df5541a.zip |
Add xcept.
Notes
Notes:
svn path=/head/; revision=4309
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 3 |
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> |