diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-18 20:24:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-18 20:24:03 +0000 |
commit | 40109ddb1623d34a6881f0c7f1109a572ff2a6cd (patch) | |
tree | f8577ed65a39371d409d30131ac4af6dbf5ccd9f /libdiskfs | |
parent | e24f6264b3c831b14fc524417c7bb83e4ecf18d9 (diff) |
Formerly Makefile.~34~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index db689d48..20d33e82 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -25,7 +25,7 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-pathtrans.c dir-rename.c \ file-pathconf.c file-set-trans.c file-statfs.c file-sync.c \ file-syncfs.c file-truncate.c file-utimes.c file-getcontrol.c \ file-lock.c file-chmod.c dir-readdir.c file-lock-stat.c file-exec.c \ - dir-chg.c file-chg.c file-access.c + dir-chg.c file-chg.c file-access.c file-inv-trans.c IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ io-interrupt.c io-map-cntl.c io-map.c io-modes-get.c io-modes-off.c \ @@ -48,7 +48,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ rdwr-internal.c trans-destroy.c trans-start.c init-init.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 + trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \ $(IFSOCKSRCS) |