diff options
author | Miles Bader <miles@gnu.org> | 1997-02-05 16:42:34 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-05 16:42:34 +0000 |
commit | 75910f73ed47e2c8d0013cb46aa105d239b3bda9 (patch) | |
tree | ba996e7d215e987be5e8692239de8e2c5a8a3776 /libnetfs | |
parent | 49a08a30763f306674f85fc4e4bc61aeacd3cbe1 (diff) |
(FSSRCS):
Add dir-reparent.c.
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index b4a5d6a2..95bc726a 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996 Free Software Foundation +# Copyright (C) 1995, 1996, 1997 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -22,13 +22,15 @@ dir := libnetfs makemode := library libname = libnetfs -FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \ - file-chown.c file-get-storage-info.c file-lock-stat.c file-lock.c \ - file-set-size.c file-statfs.c file-sync.c file-syncfs.c file-utimes.c \ - dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \ - dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \ - fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \ - file-get-translator.c file-set-translator.c file-exec.c +FSSRCS= dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \ + dir-notice-changes.c dir-readdir.c dir-rename.c \ + dir-reparent.c dir-rmdir.c dir-unlink.c file-chauthor.c \ + file-check-access.c file-chflags.c file-chmod.c file-chown.c \ + file-exec.c file-get-fs-options.c file-get-storage-info.c \ + file-get-translator.c file-getcontrol.c file-getlinknode.c \ + file-lock-stat.c file-lock.c file-set-size.c \ + file-set-translator.c file-statfs.c file-sync.c file-syncfs.c \ + file-utimes.c fsstubs.c IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \ |