diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:19:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-05 18:19:31 +0000 |
commit | a1258ef75337339317bcfbc486ee637cd7e3ba87 (patch) | |
tree | 4bfbb69408011b14851eb865955c4535aa17b4c4 /boot/Makefile | |
parent | 035d47a43f4ed102ac9d8e4ed776e2f0dbe2025c (diff) |
Formerly Makefile.~25~
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Makefile b/boot/Makefile index 96307a85..4654578e 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -25,6 +25,8 @@ OBJS = boot.o notifyServer.o execServer.o deviceServer.o ioServer.o \ io_replUser.o device_replyUser.o sigvec.o tioctlServer.o \ termServer.o tcattr.o +SRCS = boot.c tcattr.c sigvec.S + DIST_FILES = boot.c Makefile io_repl.defs ChangeLog sigvec.S tcattr.c all: boot |