diff options
author | Roland McGrath <roland@gnu.org> | 1994-07-02 11:28:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-07-02 11:28:26 +0000 |
commit | e4d1b4e40b1cbc68784c1f18c272a3faa74a06e6 (patch) | |
tree | fb680409aaeba903cdbb11351896bbca8662243c /boot | |
parent | 9f2a79071d1327ea1daf211f279f08c8230a604e (diff) |
Formerly Makefile.~24~
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index c421b86e..96307a85 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -22,9 +22,10 @@ include ../Makeconf VPATH = ../machine OBJS = boot.o notifyServer.o execServer.o deviceServer.o ioServer.o \ - io_replUser.o device_replyUser.o sigvec.o tioctlServer.o termServer.o + io_replUser.o device_replyUser.o sigvec.o tioctlServer.o \ + termServer.o tcattr.o -DIST_FILES = boot.c Makefile io_repl.defs ChangeLog sigvec.S +DIST_FILES = boot.c Makefile io_repl.defs ChangeLog sigvec.S tcattr.c all: boot |