]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
always install squid.conf.default
authorwessels <>
Wed, 17 Apr 1996 00:28:31 +0000 (00:28 +0000)
committerwessels <>
Wed, 17 Apr 1996 00:28:31 +0000 (00:28 +0000)
src/Makefile.in

index 999b83ad02d4b4f9742e43a2298951167d0364f6..cc53b74347546ad2e7374625b6c90566d56ac333 100644 (file)
@@ -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 \