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

PROG = fnetfilter
TARGET = $(PROG)

MOD_HDRS = ../include/common.h ../include/syscall.h
MOD_OBJS = ../lib/common.o

include $(ROOT)/src/common.mk