X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;h=d96d3160257c4ef56f761c676fb694a288191e34;hb=0036a143c415eac6388d992a4e637e7004147296;hp=d73d85a05730d01a267cdbc69e83f5580686b25a;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9;p=nfs-utils.git diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index d73d85a..d96d316 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -2,7 +2,15 @@ # Makefile for nhfsstone # +SCRIPTS = nhfsrun nhfsnums nhfsgraph + PROGRAM = nhfsstone OBJS = nhfsstone.o +MAN8 = nhfsstone $(SCRIPTS) include $(TOP)rules.mk + +install:: + for s in $(SCRIPTS); do \ + $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ + done