]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/nhfsstone/Makefile
Remove all the Makefiles
[nfs-utils.git] / utils / nhfsstone / Makefile
diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile
deleted file mode 100644 (file)
index ea41f5e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Makefile for nhfsstone
-#
-
-SCRIPTS        = nhfsrun nhfsnums nhfsgraph
-
-TOP    = ../../
-PROGRAM        = nhfsstone
-OBJS   = nhfsstone.o
-MAN8   = nhfsstone $(SCRIPTS)
-
-include $(TOP)rules.mk
-
-install::
-       for s in $(SCRIPTS); do \
-           $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \
-       done