]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/LunCmd/Makefile
bump version to 8.2.0
[pve-storage.git] / PVE / Storage / LunCmd / Makefile
diff --git a/PVE/Storage/LunCmd/Makefile b/PVE/Storage/LunCmd/Makefile
deleted file mode 100644 (file)
index b959255..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SOURCES=Comstar.pm Istgt.pm Iet.pm
-
-.PHONY: install
-install:
-       for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/LunCmd/$$i; done