diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 19:47:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 19:47:05 +0000 |
commit | 325358e45449931effeb9aea8f072a6fd1ea0e0c (patch) | |
tree | ed07322eeb6781f753fa704fcde08e3fbe7050fc /libdiskfs/Makefile | |
parent | 3272c5d48f32e9778e8b9204e9ab30f63e7863d7 (diff) |
(OTHERSRCS): Deleted ports-noports.c, ports-clean.c, ports-soft.c,
ports-consts, pager-consts.c, init-loop.c, and ports-idle.c.
Replaced ports-demuxer.c with demuxer.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index bedd33d7..99bdda4b 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -46,10 +46,10 @@ 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 \ rdwr-internal.c trans-destroy.c trans-start.c init-init.c \ - init-startup.c init-first.c init-loop.c \ - boot-parse.c boot-start.c ports-clean.c \ - ports-consts.c pager-consts.c ports-demuxer.c exc.c node-times.c \ - trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c \ + init-startup.c init-first.c \ + boot-parse.c boot-start.c \ + demuxer.c exc.c node-times.c \ + trans-sync.c shutdown.c \ sync-interval.c sync-default.c \ opts-set.c opts-std-startup.c opts-runtime-def.c |