summaryrefslogtreecommitdiffstats
path: root/tools/nfs-iostat/Makefile.am
blob: 30f4054ebdd2e40f855f4d759a9f7aba69bfe773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in
PYTHON_FILES =  nfs-iostat.py

man8_MANS	= nfsiostat.man

EXTRA_DIST	= $(man8_MANS) $(PYTHON_FILES)

all-local: $(PYTHON_FILES)

install-data-hook:
	$(INSTALL) --mode 755 nfs-iostat.py $(DESTDIR)$(sbindir)/nfsiostat

MAINTAINERCLEANFILES=Makefile.in