summaryrefslogtreecommitdiffstats
path: root/utils/nfsstat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nfsstat/Makefile.am')
-rw-r--r--utils/nfsstat/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/nfsstat/Makefile.am b/utils/nfsstat/Makefile.am
new file mode 100644
index 0000000..d1555a7
--- /dev/null
+++ b/utils/nfsstat/Makefile.am
@@ -0,0 +1,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.la \
+ ../../support/misc/libmisc.a
+
+MAINTAINERCLEANFILES = Makefile.in