diff options
author | Roland McGrath <roland@gnu.org> | 1999-01-27 20:50:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-01-27 20:50:25 +0000 |
commit | 6252a58340a1a3dd9daa16fe636c805fc9f63f8b (patch) | |
tree | 497db28313f4a61d1b763ed61dfa316555ece035 /libdiskfs/Makefile | |
parent | afc8c50fcd6c1070892a3508f65869803f2e1599 (diff) |
1999-01-27 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (OTHERSRCS): Add init-main.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 491e99a6..7a909d51 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation +# Copyright (C) 1994, 95, 96, 97, 98 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 @@ -39,7 +39,7 @@ IFSOCKSRCS=ifsock.c OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \ peropen-make.c peropen-rele.c protid-make.c protid-rele.c \ - init-init.c init-startup.c init-first.c \ + init-init.c init-startup.c init-first.c init-main.c \ rdwr-internal.c boot-start.c demuxer.c node-times.c shutdown.c \ sync-interval.c sync-default.c \ opts-set.c opts-get.c opts-std-startup.c opts-std-runtime.c \ |