diff options
author | grant <grant> | 2002-02-25 02:59:24 +0000 |
---|---|---|
committer | grant <grant> | 2002-02-25 02:59:24 +0000 |
commit | 82745db2d25f31ff0807087451d6b15bddfe36a7 (patch) | |
tree | 2185da98660a04283523576bdf0c323b482da8c7 | |
parent | e7468ef8fbe25859b66992398fa10c05fbcad003 (diff) | |
download | pkgsrc-82745db2d25f31ff0807087451d6b15bddfe36a7.tar.gz |
added ap-layout
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index c22e7855759..eabb1c4abc1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.178 2002/02/22 22:26:06 tron Exp $ +# $NetBSD: Makefile,v 1.179 2002/02/25 02:59:24 grant 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-layout SUBDIR+= ap-perl SUBDIR+= ap-php3 SUBDIR+= ap-php4 |