]> git.proxmox.com Git - pve-storage.git/blob - PVE/Storage/LunCmd/Makefile
bump version to 8.2.1
[pve-storage.git] / PVE / Storage / LunCmd / Makefile
1 SOURCES=Comstar.pm Istgt.pm Iet.pm LIO.pm
2
3 .PHONY: install
4 install:
5 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/LunCmd/$$i; done