From b9e27cfd25e99e3283248bb15a5c50545c9f079e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 2 May 1994 20:48:59 +0000 Subject: Formerly Makefile.~8~ --- init/Makefile | 2 +- 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 -- cgit v1.2.3