]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Install nhfsstone helper scripts and their man pages.
authorchip <chip>
Sat, 26 Feb 2000 09:53:57 +0000 (09:53 +0000)
committerchip <chip>
Sat, 26 Feb 2000 09:53:57 +0000 (09:53 +0000)
utils/nhfsstone/Makefile

index c2945d497a8612170de127da957ccdabe2217e85..cb256277913057ed2cf7129b9bbe2773ae62af51 100644 (file)
@@ -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