diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-12-06 12:44:44 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-12-06 12:44:44 +0000 |
commit | fa4c786faeb56273c6a34504f5865ba2b348d8fd (patch) | |
tree | 3399e07ec500ada7a44b609446a3f8d826d565da | |
parent | Initial squid 1.2beta8 port. As the squid www page says: (diff) |
Add squid12
Notes
Notes:
svn path=/head/; revision=9005
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index aa1aec1d309b..d2dd31dd838d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.66 1997/11/26 07:55:38 tg Exp $ +# $Id: Makefile,v 1.67 1997/12/02 00:18:58 jseger Exp $ # SUBDIR += Mosaic # requires Motif @@ -43,6 +43,7 @@ SUBDIR += p5-libwww SUBDIR += squid11 SUBDIR += squid11-novm + SUBDIR += squid12 SUBDIR += vrweb SUBDIR += w3 SUBDIR += w3c-httpd |