mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-05 20:26:38 +02:00
10 lines
201 B
Makefile
10 lines
201 B
Makefile
# -*- Makefile -*-
|
|
|
|
include ${XA_TOPSRCDIR}/mconfig
|
|
|
|
obj-m += compat_xtables.o
|
|
|
|
obj-${build_LOGMARK} += xt_LOGMARK.o
|
|
obj-${build_TARPIT} += xt_TARPIT.o
|
|
obj-${build_TEE} += xt_TEE.o
|