summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-18 06:31:24 +0000
committerRoland McGrath <roland@gnu.org>1999-11-18 06:31:24 +0000
commit8e9683156e941c64a41283baf2dfa0d4f1587e40 (patch)
tree1992fef51a0f96aaf055810a4e4b35a81f0b1e11
parent8ba58577a6646533ce0e8cf3b8f647651d82e247 (diff)
1999-11-18 Roland McGrath <roland@baalperazim.frob.com>
* mach-defpager: New directory. See its ChangeLog. Makefile (prog-subdirs): Add mach-defpager.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98862a43..f8a0f68a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-18 Roland McGrath <roland@baalperazim.frob.com>
+
+ * mach-defpager: New directory. See its ChangeLog.
+ Makefile (prog-subdirs): Add mach-defpager.
+
1999-10-03 Roland McGrath <roland@baalperazim.frob.com>
* Makeconf [$(makemode) = misc]: If no installationdir and no targets,
diff --git a/Makefile b/Makefile
index 91a1210b..411b660a 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \
# Hurd programs
prog-subdirs = auth proc exec init term \
ufs ext2fs isofs nfs \
- storeio pflocal pfinet defpager \
+ storeio pflocal pfinet defpager mach-defpager \
login daemons nfsd boot serverboot \
hostmux usermux ftpfs trans \
utils sutils ufs-fsck ufs-utils \