summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2010-11-15 19:31:08 +0000
committerBart De Schuymer <bdschuym@pandora.be>2010-11-15 19:31:08 +0000
commit2005b4215693e19bac3745a3f1e5a487b41577cd (patch)
treed04cda5dc780c9db547e80b4200ce978f7fae5fb /extensions/Makefile
parent400bf97fad7b462563948a80fea1213747d4da6f (diff)
add xtables CLASSIFY target (Frederic Leroy)
Diffstat (limited to 'extensions/Makefile')
-rw-r--r--extensions/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile b/extensions/Makefile
index b9c0b54..09b244e 100644
--- a/extensions/Makefile
+++ b/extensions/Makefile
@@ -1,6 +1,6 @@
#! /usr/bin/make
-EXT_FUNC+=standard mangle
+EXT_FUNC+=standard mangle CLASSIFY
EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/arpt_$(T).o)
extensions/ebt_%.o: extensions/arpt_%.c include/arptables.h include/arptables_common.h