From e4e1e55583151624a848a28e2eb912bb7e16a2dd Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 7 Jul 2002 02:18:18 +0000 Subject: [PATCH] install-pinger target to finish the pinger installation --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.47.3