diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-31 19:24:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-31 19:24:08 +0000 |
commit | 76dc1efa4c254ebb5ea02ecba7b877df1990ada3 (patch) | |
tree | a9673a74e1a0e4fcfdccc7447c0ecc645c084b81 /www/Makefile | |
parent | 7c7aee09b84f28b328fd31f130c936c29d9d5d82 (diff) | |
download | pkgsrc-76dc1efa4c254ebb5ea02ecba7b877df1990ada3.tar.gz |
Add and enable ap-auth-pgsql.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index dea23167b55..6fada9d5010 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2003/07/31 03:19:24 jschauma Exp $ +# $NetBSD: Makefile,v 1.266 2003/07/31 19:24:08 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -13,6 +13,7 @@ SUBDIR+= ap-aolserver SUBDIR+= ap-auth-cookie SUBDIR+= ap-auth-ldap SUBDIR+= ap-auth-pam +SUBDIR+= ap-auth-pgsql SUBDIR+= ap-auth-postgresql SUBDIR+= ap-auth-script SUBDIR+= ap-bandwidth |