aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnet
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnet')
-rw-r--r--src/fnet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fnet/Makefile b/src/fnet/Makefile
index 04a200951..c98326dc4 100644
--- a/src/fnet/Makefile
+++ b/src/fnet/Makefile
@@ -2,8 +2,9 @@
2ROOT = ../.. 2ROOT = ../..
3-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
4 4
5MOD_DIR = src/fnet 5MOD = fnet
6PROG = fnet 6MOD_DIR = $(ROOT)/src/$(MOD)
7PROG = $(MOD_DIR)/$(MOD)
7TARGET = $(PROG) 8TARGET = $(PROG)
8 9
9EXTRA_HDRS = ../include/common.h ../include/libnetlink.h 10EXTRA_HDRS = ../include/common.h ../include/libnetlink.h