summaryrefslogtreecommitdiffstats
path: root/utils/nhfsstone/Makefile
diff options
context:
space:
mode:
authorchip <chip>2000-02-26 09:53:57 +0000
committerchip <chip>2000-02-26 09:53:57 +0000
commit1773e694f0dbb54dc5a5da0c14fc14360f47b5a4 (patch)
tree57db926f430ca134142121acafcc9a7b67503c9b /utils/nhfsstone/Makefile
parenteeed63ed6736a8b96f11a1949b93dd1e2a97a915 (diff)
downloadnfs-utils-1773e694f0dbb54dc5a5da0c14fc14360f47b5a4.tar.gz
nfs-utils-1773e694f0dbb54dc5a5da0c14fc14360f47b5a4.tar.xz
nfs-utils-1773e694f0dbb54dc5a5da0c14fc14360f47b5a4.zip
Install nhfsstone helper scripts and their man pages.
Diffstat (limited to 'utils/nhfsstone/Makefile')
-rw-r--r--utils/nhfsstone/Makefile9
1 files changed, 8 insertions, 1 deletions
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