]> git.proxmox.com Git - pve-storage.git/blame - PVE/Storage/Makefile
pbs: allow setting up a master key
[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 \
14 DRBDPlugin.pm \
271fe394 15 PBSPlugin.pm \
3ed61187 16 LvmThinPlugin.pm
1dc01b9f
DM
17
18.PHONY: install
19install:
20 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
b1045cc2 21 make -C LunCmd install