diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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, @@ -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 \ |