summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile
index ab6079f0..0d7d0051 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -19,7 +19,8 @@ dir := init.trim
makemode := server
SRCS = init.c
-OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o
+OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \
+ startup_notifyUser.o
target = init
init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a