diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-11 00:23:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-11 00:23:04 +0000 |
commit | 5785da89a7daa80fd8fc586f67fe8cdbf1e05209 (patch) | |
tree | 58bef16d0b404581697532a58f08491aaeb42d4b /Makefile | |
parent | 8c96882a45fb7a32e6a860a70d07315497dd884c (diff) |
2001-02-02 Roland McGrath <roland@frob.com>
* Makefile (prog-subdirs): Add tmpfs.
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, 1997, 1998, 1999 Free Software Foundation +# Copyright (C) 1993,94,95,96,97,98,99,2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -34,7 +34,7 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \ # Hurd programs prog-subdirs = auth proc exec init term \ - ufs ext2fs isofs nfs \ + ufs ext2fs isofs nfs tmpfs \ storeio pflocal pfinet defpager mach-defpager \ login daemons nfsd boot serverboot \ hostmux usermux ftpfs trans \ |