From: hno <> Date: Sun, 7 Jul 2002 02:18:18 +0000 (+0000) Subject: install-pinger target to finish the pinger installation X-Git-Tag: SQUID_3_0_PRE1~917 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4e1e55583151624a848a28e2eb912bb7e16a2dd;p=thirdparty%2Fsquid.git install-pinger target to finish the pinger installation --- diff --git a/Makefile.am b/Makefile.am index 03834af29b..3bbe9e6ce4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.10 2002/06/26 10:37:30 hno Exp $ +# $Id: Makefile.am,v 1.11 2002/07/06 20:18:18 hno Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 @@ -32,3 +32,7 @@ EXTRA_DIST = \ README \ SPONSORS \ bootstrap.sh + +install-pinger: + chown root $(libexecdir)/pinger$(EXEEXT) + chmod 4700 $(libexecdir)/pinger$(EXEEXT)