diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:48:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-02 20:48:59 +0000 |
commit | b9e27cfd25e99e3283248bb15a5c50545c9f079e (patch) | |
tree | 5340ff44026711591cb227fc2336b6fdb1779aa4 | |
parent | ab4404bad8837866988c57de0c18dfc039abcc05 (diff) |
Formerly Makefile.~8~
-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 |