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

PROG = fnet
TARGET = $(PROG)

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

include $(ROOT)/src/prog.mk