]> git.proxmox.com Git - pve-storage.git/blame - PVE/Makefile
zfspool: add zfs_get_sorted_snapshot_list helper
[pve-storage.git] / PVE / Makefile
CommitLineData
b6cf0a66
DM
1
2
3.PHONY: install
4install:
5 install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
cbba9b5b 6 install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
4050fcc1 7 install -D -m 0644 CephConfig.pm ${DESTDIR}${PERLDIR}/PVE/CephConfig.pm
1dc01b9f 8 make -C Storage install
c669f42d
DM
9 make -C API2 install
10 make -C CLI install