From: chip Date: Sat, 26 Feb 2000 09:53:57 +0000 (+0000) Subject: Install nhfsstone helper scripts and their man pages. X-Git-Tag: nfs-utils-0-1-7~7 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=1773e694f0dbb54dc5a5da0c14fc14360f47b5a4 Install nhfsstone helper scripts and their man pages. --- diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index c2945d4..cb25627 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -2,8 +2,15 @@ # Makefile for nhfsstone # +SCRIPTS = nhfsrun nhfsnums nhfsgraph + PROGRAM = nhfsstone OBJS = nhfsstone.o -MAN8 = nhfsstone +MAN8 = nhfsstone $(SCRIPTS) include $(TOP)rules.mk + +install:: + for s in $(SCRIPTS); do \ + $(INSTALLBIN) $(PROGRAM) $(SBINDIR)/$(PREFIX)$k$$s; \ + done