diff options
Diffstat (limited to 'startup/Makefile')
-rw-r--r-- | startup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startup/Makefile b/startup/Makefile index 277fee42..23d35cb5 100644 --- a/startup/Makefile +++ b/startup/Makefile @@ -21,7 +21,7 @@ makemode := server SRCS = startup.c OBJS = $(SRCS:.c=.o) \ startupServer.o notifyServer.o startup_replyUser.o msgServer.o \ - startup_notifyUser.o + startup_notifyUser.o fsysServer.o target = startup HURDLIBS = shouldbeinlibc |