]> git.proxmox.com Git - pve-firewall.git/blame - src/PVE/Service/Makefile
bump version to 5.0.5
[pve-firewall.git] / src / PVE / Service / Makefile
CommitLineData
43be6155
TL
1DESTDIR=
2PREFIX=/usr
5d223aa3 3PERLDIR=$(DESTDIR)/$(PREFIX)/share/perl5
43be6155 4
0c32b7fb
DM
5SOURCES=pve_firewall.pm
6
7.PHONY: install
5d223aa3
TL
8install: $(SOURCES)
9 install -d -m 0755 $(PERLDIR)/PVE/Service
10 for i in $(SOURCES); do install -D -m 0644 $$i $(PERLDIR)/PVE/Service/$$i; done
0c32b7fb
DM
11
12clean: