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

PROG = fnetfilter
TARGET = $(PROG)

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

include $(ROOT)/src/prog.mk