diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:25:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:25:10 +0000 |
commit | 809feee0664c60b12653d2510778ed07461219fc (patch) | |
tree | 78d0d228da40bec16a5a91c027b293cd3f5ba252 /init | |
parent | 5f388a5cbe6c756bf3d04882ecf5921813ac9e5e (diff) |
(OBJS): Add startup_notifyUser.o.
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 3 |
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 |