]> git.proxmox.com Git - pve-firewall.git/blame - src/PVE/API2/Firewall/Makefile
implement option API for cluster.fw
[pve-firewall.git] / src / PVE / API2 / Firewall / Makefile
CommitLineData
8f119284 1LIB_SOURCES= \
b4366f00 2 Cluster.pm \
8b27beb9 3 Host.pm \
e7b35711 4 VM.pm \
8f119284
DM
5 Groups.pm
6
7all:
8
9.PHONY: install
10install:
11 install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2/Firewall
12 for i in ${LIB_SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Firewall/$$i; done
13
14
15.PHONY: clean
16clean:
17 rm -rf *~