summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-11-06 22:55:53 +0000
committerMiles Bader <miles@gnu.org>1995-11-06 22:55:53 +0000
commit17aa9d8024e8d9e05231295d2c5eb50441f1dc01 (patch)
tree0edb3f9469183c0583a0d6bfedd3ae5a256bcfee /libdiskfs
parentb4782c1cb6dc2ed411a93be69c03ffa714dc4c6e (diff)
(OTHERSRCS): Add opts-get.c.
(FSSRCS): Add file-get-fs-opts.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 666ca818..c01b1e37 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -22,6 +22,7 @@ libname = libdiskfs
FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-rename.c \
dir-rmdir.c dir-unlink.c file-chauthor.c file-chflags.c file-chown.c \
file-get-trans.c file-get-transcntl.c file-getfh.c file-getlinknode.c \
+ file-get-fs-opts.c \
file-set-trans.c file-statfs.c file-sync.c file-syncfs.c \
file-set-size.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 \
@@ -40,7 +41,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
peropen-make.c peropen-rele.c protid-make.c protid-rele.c \
init-init.c init-startup.c init-first.c init-completed.c \
rdwr-internal.c boot-start.c demuxer.c exc.c node-times.c shutdown.c \
- sync-interval.c sync-default.c opts-set.c opts-std-startup.c \
+ sync-interval.c sync-default.c opts-set.c opts-get.c opts-std-startup.c \
opts-runtime-def.c opts-common.c trans-callback.c readonly.c remount.c \
filedev.c machdev.c dev-open.c dev-io.c dev-globals.c console.c
SRCS = $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)