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