diff options
author | Roland McGrath <roland@gnu.org> | 1998-12-27 10:27:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-12-27 10:27:42 +0000 |
commit | 658839d88d19af046ec070914c5a37101d01f4f5 (patch) | |
tree | b96da296b438b5672b81bbcbfe372f64fc9fb412 /Makefile | |
parent | fdcdc2f1069385b3a8566fe767f03d4a827fd83a (diff) |
1998-12-27 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (prog-subdirs): Reordered with vague topical grouping.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -33,10 +33,13 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ libnetfs libpipe libstore libmom libhurdbugaddr libftpconn # Hurd programs -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 usermux ftpfs +prog-subdirs = auth proc exec init term \ + ufs ext2fs isofs nfs \ + storeio pflocal pfinet defpager \ + login daemons nfsd boot serverboot \ + hostmux usermux ftpfs trans \ + utils sutils ufs-fsck ufs-utils \ + benchmarks fstests # Other directories other-subdirs = hurd doc config release include |