]> git.proxmox.com Git - pve-manager.git/blame - PVE/Service/Makefile
update shipped appliance info index
[pve-manager.git] / PVE / Service / Makefile
CommitLineData
4a17e72e
DM
1include ../../defines.mk
2
6385fb81 3SOURCES=pvestatd.pm pveproxy.pm pvedaemon.pm spiceproxy.pm pvescheduler.pm
4a17e72e 4
ad95f6af
DM
5all:
6
4a17e72e 7.PHONY: install
147d67c4
TL
8install: $(SOURCES)
9 install -d -m 0755 $(PERLLIBDIR)/PVE/Service
10 for i in $(SOURCES); do install -D -m 0644 $$i $(PERLLIBDIR)/PVE/Service/$$i; done
4a17e72e
DM
11
12clean: