diff options
-rw-r--r-- | boot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index 862050cb..60ac7e9f 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -21,8 +21,7 @@ include ../Makeconf VPATH=.:../machine -OBJS = boot.o notifyServer.o execServer.o deviceServer.o boot_machdep.o \ - ioServer.o +OBJS = boot.o notifyServer.o execServer.o deviceServer.o ioServer.o DIST_FILES = boot.c Makefile |