summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-05-12 22:40:07 +0000
committerMiles Bader <miles@gnu.org>1995-05-12 22:40:07 +0000
commit8273b37a30f96d638de7d758a639b65b110799ac (patch)
treefd5d5c5e445d44391470b9980b89f3a954dc04d0 /libdiskfs
parent788d6843cdd885b7c118f73c522fbe9a3e057602 (diff)
(OTHERSRCS): Add sync-interval.c and sync-default.c.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index 09b96071..b1408cef 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -49,7 +49,8 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.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
+ trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c \
+ sync-interval.c sync-default.c
SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \
$(IFSOCKSRCS)