diff options
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 3 insertions, 3 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 diff --git a/www/Makefile b/www/Makefile index 481809d8cf0a..6d99275c6d7f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.118 1999/02/03 20:42:45 billf Exp $ +# $Id: Makefile,v 1.119 1999/02/03 21:44:41 billf Exp $ # SUBDIR += Mosaic # requires Motif @@ -80,7 +80,6 @@ SUBDIR += swish-e SUBDIR += tidy SUBDIR += transproxy - SUBDIR += urlget SUBDIR += vrweb SUBDIR += w3 SUBDIR += w3c-httpd |