]> git.proxmox.com Git - pve-access-control.git/blob - PVE/Auth/Makefile
use new PVE::OTP class from pve-common
[pve-access-control.git] / PVE / Auth / Makefile
1
2 AUTH_SOURCES= \
3 Plugin.pm \
4 PVE.pm \
5 PAM.pm \
6 AD.pm \
7 LDAP.pm
8
9 .PHONY: install
10 install:
11 for i in ${AUTH_SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Auth/$$i; done