summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f543d6f..f6ffd5df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-03 Marcus Brinkmann <marcus@gnu.org>
+
+ * Makefile (prog-subdirs): Add fatfs.
+
2002-10-12 Neal H. Walfield <neal@cs.uml.edu>
* Makefile (lib-subdirs): Add libpthread.
diff --git a/Makefile b/Makefile
index 2162f0ec..c08183f0 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 tmpfs \
+ ufs ext2fs isofs nfs tmpfs fatfs \
storeio pflocal pfinet defpager mach-defpager \
login daemons nfsd boot serverboot console \
hostmux usermux ftpfs trans \