mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-11-04 04:13:26 +00: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
 |