mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 09:04:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: ALWAYS
 | |
| 	@$(MAKE) -s -C .. zebra/zebra
 | |
| %: ALWAYS
 | |
| 	@$(MAKE) -s -C .. zebra/$@
 | |
| 
 | |
| Makefile:
 | |
| 	#nothing
 | |
| ALWAYS:
 | |
| .PHONY: ALWAYS makefiles
 | |
| .SUFFIXES:
 | 
