aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a3c248..18c810e 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \
LIBOBJ = linked-list hash-table fd-table mds-message util
# Servers and utilities.
-SERVERS = mds mds-respawn mds-server mds-echo
+SERVERS = mds mds-respawn mds-server mds-echo mds-registry
# Build rules.