diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-07-18 20:38:23 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-07-18 20:38:23 +0000 |
commit | ab9c836772ab3dfdd28e769dfd53d16999900b7a (patch) | |
tree | 510affda751624fa72a78c19f30e1b7cf784b9de | |
parent | fd7a2a7a7b15ee3ea5c54311907391a259f230ea (diff) |
Fri Jul 18 16:37:22 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* isofs: New directory.
* Makefile (prog-subdirs): Add isofs.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Fri Jul 18 16:37:22 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * isofs: New directory. + * Makefile (prog-subdirs): Add isofs. + Thu Jul 10 14:10:32 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makeconf ($(makemode) == library): If $(no_prof) is `t', then @@ -37,10 +37,10 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ libnetfs libpipe libstore libmom libhurdbugaddr libftpconn # Hurd programs -prog-subdirs = auth boot exec fstests init \ +prog-subdirs = auth boot exec fstests init isofs \ proc term ufs utils sutils trans ufs-fsck \ storeio ufs-utils ext2fs benchmarks pflocal defpager \ - login nfs pfinet daemons nfsd serverboot hostmux + login nfs pfinet daemons nfsd serverboot hostmux # Other directories other-subdirs = hurd doc config release include |