X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;h=d96d3160257c4ef56f761c676fb694a288191e34;hb=3094278cd11c3c18d5426210e09e3c903a7a41a3;hp=d16ff70ce08f7e315e3a099aeb475ceef72ed605;hpb=674c675e6959f4608587e5dc069c6d86069a3ef6;p=nfs-utils.git diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index d16ff70..d96d316 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 -MAN1 = nhfsstone +MAN8 = nhfsstone $(SCRIPTS) include $(TOP)rules.mk + +install:: + for s in $(SCRIPTS); do \ + $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \ + done