diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-09 12:35:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-09 12:35:47 +0000 |
commit | 85032b7c20665ca8f8a6206b5d8e4169eba67a2a (patch) | |
tree | 5d36b7638ce9eca93323e906e59afc573b5f19b3 /net/Makefile | |
parent | 465d311ec1129eba7068b80371bb4966eda04714 (diff) | |
download | ports-85032b7c20665ca8f8a6206b5d8e4169eba67a2a.tar.gz ports-85032b7c20665ca8f8a6206b5d8e4169eba67a2a.zip |
New ports: coda6_server and coda6_client
I've just added the kernel support for Coda 6.x. It would
be great to have the server and client in the ports collection
to make it easier for people to experiment with.
PR: ports/56623
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
Notes
Notes:
svn path=/head/; revision=88854
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 83ba2738a8f3..ade58d943ba9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -67,6 +67,7 @@ SUBDIR += coda5_client SUBDIR += coda5_doc SUBDIR += coda5_server + SUBDIR += coda6_client SUBDIR += coda6_server SUBDIR += coda_doc SUBDIR += coda_intro |