X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;h=d96d3160257c4ef56f761c676fb694a288191e34;hp=d16ff70ce08f7e315e3a099aeb475ceef72ed605;hb=1ec2b86efd8ddb68100ff557086481367aadc4fa;hpb=674c675e6959f4608587e5dc069c6d86069a3ef6 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