mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-10 13:57:37 +03:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
SOURCES= \
|
|
Qemu.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 Qemu.pm ${DESTDIR}${PERLDIR}/PVE/API2/Qemu.pm
|