summaryrefslogtreecommitdiffstats
path: root/utils/nfsstat
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nfsstat')
-rw-r--r--utils/nfsstat/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/utils/nfsstat/Makefile b/utils/nfsstat/Makefile
deleted file mode 100644
index 31ffbd9..0000000
--- a/utils/nfsstat/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# dummy Makefile
-#
-
-TOP = ../../
-PROGRAM = nfsstat
-OBJS = nfsstat.o
-MAN8 = nfsstat
-
-include $(TOP)rules.mk
-
-#
-# all:: nfsstat
-# @echo "Done."
-#
-# nfsstat: $(OBJS)
-# $(CC) $(LDFLAGS) -o $@ $(OBJS)
-#
-# clean distclean::
-# rm -f *.o core
-#
-# distclean::
-# rm -f nfsstat .depend
-#
-# install:
-# install -o root -g root -m 755 nfsstat /usr/sbin/$knfsstat
-#
-# dep::
-# $(CC) $(CFLAGS) -M $(OBJS:.o=.c) > .depend
-#
-# ifeq (.depend,$(wildcard .depend))
-# include .depend
-# endif