aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnetfilter/Makefile
blob: fbae2e0273cdc8e3da83e79f11562ae8a63b83b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.SUFFIXES:
MAKEFLAGS += -r

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/prog.mk