]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Disks/Makefile
separate packaging and source build system
[pve-storage.git] / PVE / API2 / Disks / Makefile
diff --git a/PVE/API2/Disks/Makefile b/PVE/API2/Disks/Makefile
deleted file mode 100644 (file)
index 9152aed..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-SOURCES= LVM.pm\
-        LVMThin.pm\
-        ZFS.pm\
-        Directory.pm
-
-.PHONY: install
-install:
-       for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Disks/$$i; done