]> git.proxmox.com Git - pve-storage.git/blame - PVE/API2/Storage/Makefile
makefile: convert to use simple parenthesis
[pve-storage.git] / PVE / API2 / Storage / Makefile
CommitLineData
b6cf0a66 1
f1a3ce3b 2SOURCES= Content.pm Status.pm Config.pm PruneBackups.pm Scan.pm FileRestore.pm
b6cf0a66
DM
3
4.PHONY: install
5install:
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done