diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-12-03 20:54:15 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-12-03 20:54:15 +0000 |
commit | ae455be78fd2b49048608af72e1547adef57d204 (patch) | |
tree | cfd97d31bb30959ba9ca27eefe314e765238c7d6 | |
parent | 8f48e6fa4324fc242af66ab0d49e467f98656f15 (diff) |
2002-12-03 Marcus Brinkmann <marcus@gnu.org>
* Makefile (prog-subdirs): Add fatfs.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 \ |