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