diff options
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index 0d4f1cc9..ff764516 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -23,7 +23,7 @@ OBJS = boot.o notifyServer.o execServer.o ourdeviceServer.o ioServer.o \ io_replyUser.o device_replyUser.o sigvec.o \ termServer.o tcattr.o target = boot -ioMIGSFLAGS=-DREPLY_PORTS +io-MIGSFLAGS=-DREPLY_PORTS include ../Makeconf |