From: wessels <> Date: Wed, 17 Apr 1996 00:28:31 +0000 (+0000) Subject: always install squid.conf.default X-Git-Tag: SQUID_3_0_PRE1~6150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efdb5433796a10ebf531f06caed8100736ea34b4;p=thirdparty%2Fsquid.git always install squid.conf.default --- 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 \