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

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