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

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

EXTRA_HDRS = ../include/common.h ../include/syscall.h
EXTRA_OBJS = ../lib/common.o

include $(ROOT)/src/prog.mk