]> git.proxmox.com Git - pve-access-control.git/blob - src/PVE/Auth/Makefile
tfa: pass whole webauthn config to 'set_webauthn_config'
[pve-access-control.git] / src / PVE / Auth / Makefile
1
2 AUTH_SOURCES= \
3 Plugin.pm \
4 PVE.pm \
5 PAM.pm \
6 AD.pm \
7 LDAP.pm \
8 OpenId.pm
9
10 .PHONY: install
11 install:
12 for i in ${AUTH_SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Auth/$$i; done