From e4d1b4e40b1cbc68784c1f18c272a3faa74a06e6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 2 Jul 1994 11:28:26 +0000 Subject: Formerly Makefile.~24~ --- boot/Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3