diff options
-rw-r--r-- | init/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Makefile b/init/Makefile index f4cb27b9..86b5847c 100644 --- a/init/Makefile +++ b/init/Makefile @@ -19,9 +19,9 @@ dir := init.trim makemode := server SRCS = init.c -OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o +OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o target = init include ../Makeconf -init.o: startup_reply_U.h startup_S.h notify_S.h +init.o: startup_reply_U.h startup_S.h notify_S.h msg_S.h |