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

EXT_FUNC+=standard
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 $@ $<