diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-01-17 05:21:48 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-01-17 05:21:48 +0000 |
| commit | 75a6977dffdcece5fb9396c2abf1379b44813777 (patch) | |
| tree | 01be227c48044d012779b507a5234c9e128bb948 | |
| parent | e81c21b82079871472413be89a53f5066481d171 (diff) | |
Added cached.
| -rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 98cff51a9998..e52e1be8b95c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.1 1995/11/26 21:50:10 asami Exp $ +# $Id: Makefile,v 1.2 1995/12/10 09:32:41 ache Exp $ # RESTRICTED += Mosaic # requires Motif SUBDIR += apache RESTRICTED += ashe # requires Motif + SUBDIR += cached SUBDIR += cern_httpd SUBDIR += cern_linemode SUBDIR += chimera |
