]> git.proxmox.com Git - pve-container.git/blob - src/PVE/Makefile
0fc81467776881a2f01ade3f840b4d79c32c8a7c
[pve-container.git] / src / PVE / Makefile
1 SOURCES=LXC.pm LXCSetup.pm
2
3 .PHONY: install
4 install:
5 install -d -m 0755 ${PERLDIR}/PVE
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${PERLDIR}/PVE/$$i; done
7 make -C API2 install
8 make -C LXCSetup install
9
10