Files
xtables-addons/extensions/Kbuild
Jan Engelhardt 7a981b17b5 Initial commit.
Populate the iptables-addons repository with two modules, xt_TARPIT
and xt_TEE, as a starting point.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
2008-01-29 03:57:08 +01:00

5 lines
59 B
Makefile

# -*- Makefile -*-
obj-m += xt_TARPIT.o
obj-m += xt_TEE.o