mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| libipt_FULLCONENAT.so: libipt_FULLCONENAT.o
 | |
| 	$(CC) -shared -lxtables -o $@ $^;
 | |
| libipt_FULLCONENAT.o: libipt_FULLCONENAT.c
 | |
| 	$(CC) ${CFLAGS} -fPIC -D_INIT=$*_init -c -o $@ $<;
 | |
| 
 | |
| obj-m += xt_FULLCONENAT.o
 | |
| 
 |