diff options
-rw-r--r-- | init/Makefile | 2 | ||||
-rw-r--r-- | proc/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/init/Makefile b/init/Makefile index 9657a4e1..bc070076 100644 --- a/init/Makefile +++ b/init/Makefile @@ -19,7 +19,7 @@ dir := init.trim include ../Makeconf -DIST_FILES = Makefile init.c +DIST_FILES = Makefile init.c ChangeLog OBJS = init.o startupServer.o startup_replyUser.o notifyServer.o diff --git a/proc/Makefile b/proc/Makefile index cb25d9ae..0625faaf 100644 --- a/proc/Makefile +++ b/proc/Makefile @@ -31,7 +31,8 @@ OBJS = wait.o hash.o host.o info.o main.o mgt.o notify.o pgrp.o msg.o \ SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c primes.c -DIST_FILES = $(SRCS) proc.h Makefile proc_exc.defs proc_excrepl.defs +DIST_FILES = $(SRCS) proc.h Makefile proc_exc.defs proc_excrepl.defs \ + ChangeLog all: proc |