diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-04-16 19:51:52 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-16 19:51:52 +0000 |
commit | 1c1dc4983882eaaf1fc41e129a985c86d4456235 (patch) | |
tree | ef3c3ef839aa6f21dcd30f84991c07e0a5c2a91e /Makefile | |
parent | a38122e8a9ba53f9e9d8fdcf0448411a5ee3cacf (diff) |
Mon Mar 10 17:07:11 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (prog-subdirs): Add `serverboot'.
(serverboot): New directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation +# Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -40,7 +40,7 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ prog-subdirs = auth boot exec fstests init \ proc term ufs utils sutils trans ufs-fsck \ storeio ufs-utils ext2fs benchmarks pflocal defpager \ - login nfs pfinet daemons nfsd + login nfs pfinet daemons nfsd serverboot # Other directories other-subdirs = hurd doc config release include |