diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-06-14 12:40:05 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-06-14 12:40:05 +0000 |
commit | 72f62655031d5633a99246bccff3415e52864033 (patch) | |
tree | c58d0d4e810770a89a6862dc3460bc69369a47e6 /www | |
parent | Import of a port of cgihtml: (diff) |
Activate cgihtml
Notes
Notes:
svn path=/head/; revision=11422
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 fba716f52999..abe60ddbfeaf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.79 1998/06/07 02:56:14 ache Exp $ +# $Id: Makefile,v 1.80 1998/06/07 03:02:56 ache Exp $ # SUBDIR += Mosaic # requires Motif @@ -12,6 +12,7 @@ SUBDIR += arena SUBDIR += ashe # requires Motif SUBDIR += aswedit + SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += checkbot SUBDIR += chimera |