mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-10-31 05:11:24 +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
 | 
