diff options
author | asami <asami@FreeBSD.org> | 1999-01-28 18:59:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-28 18:59:03 +0800 |
commit | a3b9cad463c99d40ecb58f154019e341dfcf96ad (patch) | |
tree | b30f8a8e1bd9236b63ce66ef90d4fb5599dc5c55 /net | |
parent | 45e3f1fd6f478167b9799e3ebf10e29bd26c1481 (diff) | |
download | freebsd-ports-gnome-a3b9cad463c99d40ecb58f154019e341dfcf96ad.tar.gz freebsd-ports-gnome-a3b9cad463c99d40ecb58f154019e341dfcf96ad.tar.zst freebsd-ports-gnome-a3b9cad463c99d40ecb58f154019e341dfcf96ad.zip |
Add coda5_client and coda5_server.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 267b3c61a051..93b6572a86ee 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.217 1999/01/26 22:19:05 billf Exp $ +# $Id: Makefile,v 1.218 1999/01/27 01:59:24 foxfair Exp $ # SUBDIR += SSLtelnet @@ -24,6 +24,8 @@ SUBDIR += citrix_ica SUBDIR += clog SUBDIR += cnet + SUBDIR += coda5_client + SUBDIR += coda5_server SUBDIR += coda_client SUBDIR += coda_doc SUBDIR += coda_intro |