]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/nhfsstone/Makefile
Added TOP, as needed, for easier compile in subdirectories
[nfs-utils.git] / utils / nhfsstone / Makefile
1 #
2 # Makefile for nhfsstone
3 #
4
5 SCRIPTS = nhfsrun nhfsnums nhfsgraph
6
7 TOP     = ../../
8 PROGRAM = nhfsstone
9 OBJS    = nhfsstone.o
10 MAN8    = nhfsstone $(SCRIPTS)
11
12 include $(TOP)rules.mk
13
14 install::
15         for s in $(SCRIPTS); do \
16             $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \
17         done