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