]> git.proxmox.com Git - pve-cluster.git/blob - data/PVE/CLI/Makefile
buildsys: replace autotools with plain makefiles
[pve-cluster.git] / data / PVE / CLI / Makefile
1 PVEDIR=${DESTDIR}/usr/share/perl5/PVE
2
3 SOURCES=pvecm.pm
4
5 .PHONY: install
6 install: ${SOURCES}
7 install -d -m 0755 ${PVEDIR}/CLI
8 for f in ${SOURCES}; do install -D -m 0644 $$f ${PVEDIR}/CLI/$$f; done
9
10 .PHONY: clean
11 clean: