]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/nhfsstone/Makefile
Install nhfsstone helper scripts and their man pages.
[nfs-utils.git] / utils / nhfsstone / Makefile
1 #
2 # Makefile for nhfsstone
3 #
4
5 SCRIPTS = nhfsrun nhfsnums nhfsgraph
6
7 PROGRAM = nhfsstone
8 OBJS    = nhfsstone.o
9 MAN8    = nhfsstone $(SCRIPTS)
10
11 include $(TOP)rules.mk
12
13 install::
14         for s in $(SCRIPTS); do \
15             $(INSTALLBIN) $(PROGRAM) $(SBINDIR)/$(PREFIX)$k$$s; \
16         done