diff options
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 |