aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnetfilter/Makefile
blob: 778de3a8bf1f6e5346bf464b029375052e864be7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.SUFFIXES:
ROOT = ../..
-include $(ROOT)/config.mk

MOD = fnetfilter
MOD_DIR = $(ROOT)/src/$(MOD)
PROG = $(MOD_DIR)/$(MOD)
TARGET = $(PROG)

EXTRA_OBJS = ../lib/common.o

include $(ROOT)/src/prog.mk