mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
src := packets.c radv.c
 | 
						|
obj := $(src-o-files)
 | 
						|
$(all-daemon)
 | 
						|
$(cf-local)
 | 
						|
$(call proto-build,radv_build)
 | 
						|
 | 
						|
tests_objs := $(tests_objs) $(src-o-files)
 |