From e16346b762391b4acbb476b43ebbc27915aa5ac7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 28 Nov 1994 20:04:19 +0000 Subject: (OBJS): Add msgServer.o. (init.o): Depend on msg_S.h. --- init/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3