]> git.proxmox.com Git - pve-storage.git/blame - PVE/Storage/Makefile
postinst: move cifs credential files into subdirectory upon update
[pve-storage.git] / PVE / Storage / Makefile
CommitLineData
3ed61187
TL
1SOURCES= \
2 Plugin.pm \
3 DirPlugin.pm \
4 LVMPlugin.pm \
5 NFSPlugin.pm \
6 CIFSPlugin.pm \
7 ISCSIPlugin.pm \
8 CephFSPlugin.pm \
9 RBDPlugin.pm \
3ed61187
TL
10 ISCSIDirectPlugin.pm \
11 GlusterfsPlugin.pm \
12 ZFSPoolPlugin.pm \
13 ZFSPlugin.pm \
271fe394 14 PBSPlugin.pm \
3ed61187 15 LvmThinPlugin.pm
1dc01b9f
DM
16
17.PHONY: install
18install:
19 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
b1045cc2 20 make -C LunCmd install