]> git.proxmox.com Git - pve-firewall.git/blob - src/PVE/Service/Makefile
convert pve-firewall into a PVE::Service class
[pve-firewall.git] / src / PVE / Service / Makefile
1 SOURCES=pve_firewall.pm
2
3 .PHONY: install
4 install: ${SOURCES}
5 install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/Service
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Service/$$i; done
7
8 clean: