]> git.proxmox.com Git - pve-firewall.git/blame - src/PVE/Service/Makefile
convert pve-firewall into a PVE::Service class
[pve-firewall.git] / src / PVE / Service / Makefile
CommitLineData
0c32b7fb
DM
1SOURCES=pve_firewall.pm
2
3.PHONY: install
4install: ${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
8clean: