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