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