Add xt_ECHO sample target

This commit is contained in:
Jan Engelhardt
2008-03-13 01:07:35 +01:00
parent 5fd97e9973
commit a39bfdf98e
4 changed files with 166 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ obj-m += compat_xtables.o
obj-${build_CHAOS} += xt_CHAOS.o
obj-${build_DELUDE} += xt_DELUDE.o
obj-${build_ECHO} += xt_ECHO.o
obj-${build_LOGMARK} += xt_LOGMARK.o
obj-${build_TARPIT} += xt_TARPIT.o
obj-${build_TEE} += xt_TEE.o