diff options
author | taca <taca@pkgsrc.org> | 2022-08-31 16:09:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-31 16:09:27 +0000 |
commit | a2bd7a60e14014175b15e9c31e071b8b6e1f4cdb (patch) | |
tree | 4dfafec2b1397284604f04a426e4b5d37bd2cd83 /www | |
parent | 0b620df15cf10644021ef19c2beb086d3c03a4da (diff) | |
download | pkgsrc-a2bd7a60e14014175b15e9c31e071b8b6e1f4cdb.tar.gz |
www/Makefile: add and enable squid5
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 f7f06405cdd..0ceb0a18e76 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1636 2022/08/24 12:48:12 wiz Exp $ +# $NetBSD: Makefile,v 1.1637 2022/08/31 16:09:27 taca Exp $ # COMMENT= Packages related to the World Wide Web @@ -1019,6 +1019,7 @@ SUBDIR+= spawn-fcgi SUBDIR+= spdylay SUBDIR+= sqtop SUBDIR+= squid4 +SUBDIR+= squid5 SUBDIR+= squidGuard SUBDIR+= squidanalyzer SUBDIR+= squidclamav |