diff options
-rw-r--r-- | init/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 2f4d8c3a..3b480221 100644 --- a/init/Makefile +++ b/init/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -22,5 +22,7 @@ SRCS = init.c OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o target = init +init: $(OBJS) ../libshouldbeinlibc/libshouldbeinlibc.a + include ../Makeconf |