From: albert <> Date: Sat, 12 Oct 2002 08:02:27 +0000 (+0000) Subject: gets the job done X-Git-Tag: v3.3.0~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d7a4bdb06de2589781bcae78e9a15a9a349f881;p=procps-ng gets the job done --- diff --git a/Makefile b/Makefile index ee32b413..1a3d4816 100644 --- a/Makefile +++ b/Makefile @@ -123,15 +123,13 @@ clean: ###### install -.PHONY: $(INSTALL) # FIXME - -$(BINFILES) : #$(notdir $@) +$(BINFILES) : all $(install) --mode a=rx --strip $(notdir $@) $@ -$(SCRFILES) : #$(notdir $@) +$(SCRFILES) : all $(install) --mode a=rx $(notdir $@) $@ -$(MANFILES) : #$(notdir $@) +$(MANFILES) : all $(install) --mode a=r $(notdir $@) $@ install: $(INSTALL)