diff options
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index 0bcf82fb..726cba4c 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -21,7 +21,7 @@ makemode := utility SRCS = boot.c tcattr.c sigvec.S OBJS = boot.o notifyServer.o execServer.o ourdeviceServer.o ioServer.o \ io_replyUser.o device_replyUser.o sigvec.o \ - termServer.o tcattr.o + termServer.o tcattr.o bootstrapServer.o HURDLIBS = libthreads target = boot io-MIGSFLAGS=-DREPLY_PORTS |