]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/nhfsstone/Makefile
More automake stuff
[nfs-utils.git] / utils / nhfsstone / Makefile
index c2945d497a8612170de127da957ccdabe2217e85..ea41f5e8be0e1c61ce318462fcc8ae48bfdbdb37 100644 (file)
@@ -2,8 +2,16 @@
 # Makefile for nhfsstone
 #
 
+SCRIPTS        = nhfsrun nhfsnums nhfsgraph
+
+TOP    = ../../
 PROGRAM        = nhfsstone
 OBJS   = nhfsstone.o
-MAN8   = nhfsstone
+MAN8   = nhfsstone $(SCRIPTS)
 
 include $(TOP)rules.mk
+
+install::
+       for s in $(SCRIPTS); do \
+           $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \
+       done