diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-09 12:26:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-09 12:26:54 +0000 |
commit | 38d3364d0da1368ce3bfeb15465bff143ebd8fbc (patch) | |
tree | 43e563a2082e5ca71645aca1e0ee003473ffb60c /net/Makefile | |
parent | c2afcffae17cc62e9cb2dc114b6d313f572e1751 (diff) | |
download | ports-38d3364d0da1368ce3bfeb15465bff143ebd8fbc.tar.gz ports-38d3364d0da1368ce3bfeb15465bff143ebd8fbc.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=88851
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 e550843d7d49..83ba2738a8f3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -67,6 +67,7 @@ SUBDIR += coda5_client SUBDIR += coda5_doc SUBDIR += coda5_server + SUBDIR += coda6_server SUBDIR += coda_doc SUBDIR += coda_intro SUBDIR += confregdecode |