summaryrefslogtreecommitdiffstats
path: root/extensions/Makefile
blob: 0189cc90666744c0225a35ae4b542f9f14520650 (plain)
1
2
3
4
5
6
7
#! /usr/bin/make

EXT_FUNC+=standard mangle CLASSIFY MARK
EXT_OBJS+=$(foreach T,$(EXT_FUNC), extensions/arpt_$(T).o)

extensions/ebt_%.o: extensions/arpt_%.c include/arptables.h include/arptables_common.h
	$(CC) $(CFLAGS) $(PROGSPECS) -c -o $@ $<