]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/Auth/Makefile
buildsys: split packaging and source build-systems
[pve-access-control.git] / PVE / Auth / Makefile
diff --git a/PVE/Auth/Makefile b/PVE/Auth/Makefile
deleted file mode 100644 (file)
index 58ae362..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-AUTH_SOURCES=                  \
-       Plugin.pm               \
-       PVE.pm                  \
-       PAM.pm                  \
-       AD.pm                   \
-       LDAP.pm
-
-.PHONY: install
-install:
-       for i in ${AUTH_SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Auth/$$i; done