summaryrefslogtreecommitdiffstats
path: root/utils/nfsstat/Makefile.am
blob: becb108dbedbab85714213b79df53b358efd596a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

man8_MANS	= nfsstat.man
EXTRA_DIST	= $(man8_MANS)

sbin_PROGRAMS	= nfsstat
nfsstat_SOURCES = nfsstat.c
nfsstat_LDADD = ../../support/export/libexport.a \
	      	../../support/nfs/libnfs.a \
		../../support/misc/libmisc.a

MAINTAINERCLEANFILES = Makefile.in