diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-31 16:05:49 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-31 16:05:49 +0000 |
commit | 34a80273b4e1bebeff06674610eec03086f0afcc (patch) | |
tree | d3ab8ebc9a3e66140ebd78f307e4eeef173c8126 /libdiskfs | |
parent | 412e5c6a04c0aadeadf7c65752c6c2db3b145bd5 (diff) |
Formerly Makefile.~38~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index c163e6d0..8021ca91 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -33,7 +33,8 @@ IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \ io-rel-conch.c io-restrict-auth.c io-seek.c io-select.c io-stat.c \ io-stubs.c io-write.c io-version.c io-sigio.c -FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-startup.c fsys-getfile.c +FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-startup.c fsys-getfile.c \ + fsys-readonly.c fsys-syncfs.c IFSOCKSRCS=ifsock.c |