X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fnhfsstone%2FMakefile;fp=utils%2Fnhfsstone%2FMakefile;h=cb256277913057ed2cf7129b9bbe2773ae62af51;hp=c2945d497a8612170de127da957ccdabe2217e85;hb=1773e694f0dbb54dc5a5da0c14fc14360f47b5a4;hpb=eeed63ed6736a8b96f11a1949b93dd1e2a97a915 diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index c2945d4..cb25627 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 -MAN8 = nhfsstone +MAN8 = nhfsstone $(SCRIPTS) include $(TOP)rules.mk + +install:: + for s in $(SCRIPTS); do \ + $(INSTALLBIN) $(PROGRAM) $(SBINDIR)/$(PREFIX)$k$$s; \ + done