]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/nhfsstone/Makefile
Fix typo.
[nfs-utils.git] / utils / nhfsstone / Makefile
index c2945d497a8612170de127da957ccdabe2217e85..55a09eeb6dfd7267da6231689e49765621dc8f2d 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) $$s $(SBINDIR)/$(PREFIX)$k$$s; \
+       done