From 1677badb89403bfea78a8adc602cdbdd1f6f0663 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Apr 1995 21:25:53 +0000 Subject: (SRCS): Add syscall.S. (OBJS): Add syscall.o. --- boot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot/Makefile b/boot/Makefile index 86ffac3a..9cb2811d 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -18,9 +18,9 @@ dir := boot makemode := utility -SRCS = boot.c tcattr.c sigvec.S +SRCS = boot.c tcattr.c sigvec.S syscall.S OBJS = boot.o notifyServer.o execServer.o ourdeviceServer.o ioServer.o \ - io_replyUser.o device_replyUser.o sigvec.o \ + io_replyUser.o device_replyUser.o sigvec.o syscall.o \ termServer.o tcattr.o bootstrapServer.o HURDLIBS = libthreads target = boot -- cgit v1.2.3