From efdb5433796a10ebf531f06caed8100736ea34b4 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 17 Apr 1996 00:28:31 +0000 Subject: [PATCH] always install squid.conf.default --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 999b83ad02..cc53b74347 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.20 1996/04/16 16:35:25 wessels Exp $ +# $Id: Makefile.in,v 1.21 1996/04/16 18:28:31 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -113,6 +113,7 @@ install: all install-mkdirs echo $(INSTALL_BIN) $$f $(bindir); \ $(INSTALL_BIN) $$f $(bindir); \ done + $(INSTALL_FILE) squid.conf $(sysconfdir)/squid.conf.default @if test -f $(sysconfdir)/squid.conf ; then \ echo "$@ will not overwrite existing $(sysconfdir)/squid.conf" ; \ else \ -- 2.47.2