]> git.proxmox.com Git - pve-storage.git/blame - PVE/Storage/LunCmd/Makefile
add missing Makefile to install LunCmd/ modules
[pve-storage.git] / PVE / Storage / LunCmd / Makefile
CommitLineData
b1045cc2
DM
1SOURCES=Comstar.pm Istgt.pm
2
3.PHONY: install
4install:
5 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/LunCmd/$$i; done