mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-11-03 22:57:01 +00:00 
			
		
		
		
	The file is provided by pve-qemu-kvm. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			209 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			209 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SOURCES=Agent.pm CPU.pm Machine.pm
 | 
						|
 | 
						|
.PHONY: install
 | 
						|
install:
 | 
						|
	install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2/Qemu
 | 
						|
	for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Qemu/$$i; done
 |