From: hno <> Date: Sun, 7 Jul 2002 02:19:11 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~916 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3af6b44808a3a98ca90cf9759156348a7cc1fda;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index ea1ac03e31..a1e0666b49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.20 2002/07/06 12:24:25 hno Exp $ +# $Id: Makefile.in,v 1.21 2002/07/06 20:19:11 hno Exp $ # SHELL = @SHELL@ @@ -478,6 +478,10 @@ dist-hook: rm -f $(distdir)/$$subdir/autoconf.h; \ fi; \ done + +install-pinger: + chown root $(libexecdir)/pinger$(EXEEXT) + chmod 4700 $(libexecdir)/pinger$(EXEEXT) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: