A Linux netfilter module to aid in (d)dos protection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
264 B

all:
$(MAKE) -C src;
$(MAKE) -C src -f Makefile.xtables;
$(MAKE) -C test;
clean:
$(MAKE) -C src clean;
$(MAKE) -C src -f Makefile.xtables clean;
$(MAKE) -C test clean;
install:
$(MAKE) -C src modules_install;
$(MAKE) -C src -f Makefile.xtables install;