mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 03:29:06 +00:00 
			
		
		
		
	This is the start of separating out the static handling code from zebra -> staticd. This will help simplify the zebra code and isolate static route handling to it's own code base. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all: ALWAYS
 | 
						|
	@$(MAKE) -s -C .. staticd/staticd
 | 
						|
%: ALWAYS
 | 
						|
	@$(MAKE) -s -C .. staticd/$@
 | 
						|
 | 
						|
Makefile:
 | 
						|
	#nothing
 | 
						|
ALWAYS:
 | 
						|
.PHONY: ALWAYS makefiles
 | 
						|
.SUFFIXES:
 |