diff options
author | Roland McGrath <roland@gnu.org> | 1994-07-23 07:00:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-07-23 07:00:36 +0000 |
commit | 5febd7457be49e9ac7c00c1736df08c2b8792d04 (patch) | |
tree | ae64bf8961ea6a1ddbd7ba2b37901d4d8fd688bd | |
parent | 1ce8c1d65733a955bee8f325195dc67c4fb4660d (diff) |
Formerly Makefile.~30~
-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 |