summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-11-28 20:04:19 +0000
committerRoland McGrath <roland@gnu.org>1994-11-28 20:04:19 +0000
commite16346b762391b4acbb476b43ebbc27915aa5ac7 (patch)
tree4b457cfb1f758ba1a77cfbdfe90321c1229879b4
parent543afa4980828eca67866526b0e0287d8de81b16 (diff)
(OBJS): Add msgServer.o.
(init.o): Depend on msg_S.h.
-rw-r--r--init/Makefile4
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