diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:17:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:17:21 +0000 |
commit | 3d81b65a049cff3fb8c5fb45768120448e434567 (patch) | |
tree | bf2300a94aeb72ae13c6bc7b6edd9f4477150223 /www | |
parent | 4e519b9661d71240a2a68d9159f517eea884ddae (diff) | |
download | freebsd-ports-3d81b65a049cff3fb8c5fb45768120448e434567.zip |
Turn on cgiwrap.
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 9f18f44ecb5b..0d401fb488e1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.89 1998/08/09 00:29:08 steve Exp $ +# $Id: Makefile,v 1.90 1998/08/09 01:18:15 steve Exp $ # SUBDIR += Mosaic # requires Motif @@ -16,6 +16,7 @@ SUBDIR += boa SUBDIR += cgihtml SUBDIR += cgiparse + SUBDIR += cgiwrap SUBDIR += checkbot SUBDIR += chimera SUBDIR += chimera2 |