From 809feee0664c60b12653d2510778ed07461219fc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 May 1996 13:25:10 +0000 Subject: (OBJS): Add startup_notifyUser.o. --- init/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3