From c3af6b44808a3a98ca90cf9759156348a7cc1fda Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 7 Jul 2002 02:19:11 +0000 Subject: [PATCH] Bootstrapped --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: -- 2.47.3