diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-21 17:23:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-21 17:23:30 +0000 |
commit | 470b4a107790b8ad770a7c3fd2e9d133088f9fb9 (patch) | |
tree | 1c3267fdb207a10149bbe348dea6f8a566e11773 /libtrivfs/Makefile | |
parent | 317dcb66055f5607793a74d9405b7d8471d189e4 (diff) |
Formerly Makefile.~8~
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index dda4f719..17baad76 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -24,7 +24,8 @@ FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-pathtrans.c \ file-chflags.c file-chmod.c file-chown.c file-get-trans.c \ file-get-transcntl.c file-getcontrol.c file-getfh.c file-getlinknode.c\ file-lock.c file-pathconf.c file-set-trans.c file-statfs.c \ - file-sync.c file-syncfs.c file-truncate.c file-utimes.c file-exec.c + file-sync.c file-syncfs.c file-truncate.c file-utimes.c file-exec.c \ + file-access.c dir-chg.c file-chg.c IOSRCS=io-async-icky.c \ io-async.c io-duplicate.c io-map.c io-modes-get.c io-modes-off.c \ |