diff options
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 882592ca5ee..33bddf81d1e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.175 2002/02/05 19:49:16 drochner Exp $ +# $NetBSD: Makefile,v 1.176 2002/02/05 20:44:02 drochner Exp $ # COMMENT= Packages related to the World Wide Web @@ -19,6 +19,7 @@ SUBDIR+= ap-dtcl SUBDIR+= ap-fastcgi SUBDIR+= ap-jk SUBDIR+= ap-jserv +SUBDIR+= ap-mod_python SUBDIR+= ap-perl SUBDIR+= ap-php3 SUBDIR+= ap-php4 |