diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 07:04:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 07:04:48 +0000 |
commit | 7bf0afee5b46ef6bd39ce0c9200979a0060cb25a (patch) | |
tree | 8b93a21942d5107253cea70c7e5f7b82fff2911a /www | |
parent | Server-side extension to HTML. (diff) |
Added fxhtml.
Notes
Notes:
svn path=/head/; revision=6753
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index d8f5c6104436..26b550466a94 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.46 1997/06/02 15:25:03 fenner Exp $ +# $Id: Makefile,v 1.47 1997/06/04 05:47:25 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -9,6 +9,7 @@ SUBDIR += cgiparse SUBDIR += chimera SUBDIR += comline + SUBDIR += fxhtml SUBDIR += gn SUBDIR += gwstat SUBDIR += harvest |