aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnet/Makefile')
-rw-r--r--src/fnet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fnet/Makefile b/src/fnet/Makefile
index 36e95522f..249cd8501 100644
--- a/src/fnet/Makefile
+++ b/src/fnet/Makefile
@@ -1,7 +1,9 @@
1ROOT = ../..
2-include $(ROOT)/config.mk
3
1.PHONY: all 4.PHONY: all
2all: fnet 5all: fnet
3 6
4ROOT = ../..
5include $(ROOT)/src/common.mk 7include $(ROOT)/src/common.mk
6 8
7%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/libnetlink.h $(ROOT)/config.mk 9%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/libnetlink.h $(ROOT)/config.mk