X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;h=ea41f5e8be0e1c61ce318462fcc8ae48bfdbdb37;hp=c2945d497a8612170de127da957ccdabe2217e85;hb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b;hpb=b1d53bab6b3e436bea6826657d14369595f1bf7b diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index c2945d4..ea41f5e 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -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