aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnet/Makefile
blob: 8efc6d26b9f83bcf9ae5a3a80d6453aa121e634f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.SUFFIXES:
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