diff options
author | asami <asami@FreeBSD.org> | 1996-11-06 21:06:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-06 21:06:41 +0800 |
commit | 1489ab7e6274f40faf1f8b2b17f3ace7414fc5a5 (patch) | |
tree | 442a0edf4013eabe680db6d89a91f9e70a7640dc /comms/Makefile | |
parent | 1430edb77c9a2540e2c3af17e4868523b5c09ea7 (diff) | |
download | freebsd-ports-gnome-1489ab7e6274f40faf1f8b2b17f3ace7414fc5a5.tar.gz freebsd-ports-gnome-1489ab7e6274f40faf1f8b2b17f3ace7414fc5a5.tar.zst freebsd-ports-gnome-1489ab7e6274f40faf1f8b2b17f3ace7414fc5a5.zip |
Add xcept.
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> |