]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/Makefile
fixup error messages when getting file size info
[pve-storage.git] / PVE / Storage / Makefile
diff --git a/PVE/Storage/Makefile b/PVE/Storage/Makefile
deleted file mode 100644 (file)
index ed65a18..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SOURCES=Plugin.pm DirPlugin.pm LVMPlugin.pm NFSPlugin.pm ISCSIPlugin.pm RBDPlugin.pm SheepdogPlugin.pm ISCSIDirectPlugin.pm NexentaPlugin.pm
-
-.PHONY: install
-install:
-       for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done