]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
install-pinger target to finish the pinger installation
authorhno <>
Sun, 7 Jul 2002 02:18:18 +0000 (02:18 +0000)
committerhno <>
Sun, 7 Jul 2002 02:18:18 +0000 (02:18 +0000)
Makefile.am

index 03834af29b1079c13bd74bdb20b9a8c43682b857..3bbe9e6ce499770681deff71b2fd05bc406dad7c 100644 (file)
@@ -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)