summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-03-27 22:24:08 +0000
committerMiles Bader <miles@gnu.org>1996-03-27 22:24:08 +0000
commit82e746454604c890ed2501507cd4a5ba48041ca8 (patch)
tree08477242e99dd5ccb7f123df9366b217ea8968ce /boot
parent25e5083df5a16860ad0b2fdf1adff4b0f61ddd0a (diff)
(COMMON-OBJS): Remove tcattr.o.
(SRCS): Remove tcattr.c.
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 72d81890..140d7e52 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -18,10 +18,10 @@
dir := boot
makemode := utility
-SRCS = mach-crt0.c boot.c ux.c tcattr.c sigvec.S syscall.S boot_script.c
+SRCS = mach-crt0.c boot.c ux.c sigvec.S syscall.S boot_script.c
COMMON-OBJS = notifyServer.o ourdeviceServer.o \
ioServer.o io_replyUser.o device_replyUser.o \
- termServer.o tcattr.o bootstrapServer.o boot_script.o
+ termServer.o bootstrapServer.o boot_script.o
OBJS = boot.o $(COMMON-OBJS)
UX-OBJS = mach-crt0.o uxboot.o sigvec.o syscall.o ux.o $(COMMON-OBJS)
LCLHDRS = boot_script.h ux.h