mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 11:01:50 +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
|
|
|