]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/API2/Network/SDN/Zones/Makefile
separate packaging and source build system
[pve-network.git] / PVE / API2 / Network / SDN / Zones / Makefile
diff --git a/PVE/API2/Network/SDN/Zones/Makefile b/PVE/API2/Network/SDN/Zones/Makefile
deleted file mode 100644 (file)
index 9b0a42b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-SOURCES=Status.pm Content.pm
-
-
-PERL5DIR=${DESTDIR}/usr/share/perl5
-
-.PHONY: install
-install:
-       for i in ${SOURCES}; do install -D -m 0644 $$i ${PERL5DIR}/PVE/API2/Network/SDN/Zones/$$i; done