summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/Makefile2
-rw-r--r--libpager/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 07a101a1..798ae417 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -24,7 +24,7 @@ VPATH=.:../machine
OBJS = boot.o notifyServer.o execServer.o deviceServer.o ioServer.o \
io_replUser.o device_replyUser.o sigvec.o
-DIST_FILES = boot.c Makefile mungio io_repl.defs
+DIST_FILES = boot.c Makefile mungio io_repl.defs ChangeLog
all: boot
diff --git a/libpager/Makefile b/libpager/Makefile
index 087179cf..d3addac2 100644
--- a/libpager/Makefile
+++ b/libpager/Makefile
@@ -29,7 +29,7 @@ OBJS = $(COBJS) memory_objectServer.o
SRCS = $(subst .o,.c,$(COBJS))
-DIST_FILES = $(SRCS) Makefile pager.h priv.h
+DIST_FILES = $(SRCS) Makefile pager.h priv.h ChangeLog
all: libpager.a