diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-09 15:37:07 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-09 15:37:07 +0000 |
commit | 4efc0edb2d530fa4465a9c1f3e2f574c2927341e (patch) | |
tree | 84674b44a5ac72880845bd750fa93a36fc284cda /net | |
parent | curl is a client to get documents/files from servers, using any of the (diff) |
Activate net/curl, remove www/urlget
Notes
Notes:
svn path=/head/; revision=16570
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 70a462bb081c..d989b6ce07ad 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.221 1999/01/29 23:59:05 billf Exp $ +# $Id: Makefile,v 1.222 1999/01/30 02:05:12 billf Exp $ # SUBDIR += SSLtelnet @@ -30,6 +30,7 @@ SUBDIR += coda_doc SUBDIR += coda_intro SUBDIR += coda_server + SUBDIR += curl SUBDIR += cvsup SUBDIR += cvsup-bin SUBDIR += cvsup-mirror |