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 /Makefile | |
parent | 8f48e6fa4324fc242af66ab0d49e467f98656f15 (diff) | |
download | hurd-ae455be78fd2b49048608af72e1547adef57d204.tar.gz hurd-ae455be78fd2b49048608af72e1547adef57d204.tar.bz2 hurd-ae455be78fd2b49048608af72e1547adef57d204.zip |
2002-12-03 Marcus Brinkmann <marcus@gnu.org>
* Makefile (prog-subdirs): Add fatfs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |