summaryrefslogtreecommitdiffstats
path: root/tools/nfsdclddb/Makefile.am
blob: 18263fb2be7ffe636abed27ce1ffa4d901e8639c (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 =  nfsdclddb.py

man8_MANS	= nfsdclddb.man

EXTRA_DIST	= $(man8_MANS) $(PYTHON_FILES)

all-local: $(PYTHON_FILES)

install-data-hook:
	$(INSTALL) -m 755 nfsdclddb.py $(DESTDIR)$(sbindir)/nfsdclddb

MAINTAINERCLEANFILES=Makefile.in