summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdiskfs/Makefile18
-rw-r--r--libnetfs/Makefile18
-rw-r--r--libtrivfs/Makefile4
3 files changed, 21 insertions, 19 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index 228eb5c6..9297a699 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994, 1995, 1996 Free Software Foundation
+# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -19,14 +19,14 @@ dir := libdiskfs
makemode := library
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 \
- file-chg.c file-access.c file-inv-trans.c
+FSSRCS= dir-chg.c dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.c \
+ dir-readdir.c dir-rename.c dir-reparent.c dir-rmdir.c dir-unlink.c \
+ file-access.c file-chauthor.c file-chflags.c file-chg.c \
+ file-chmod.c file-chown.c file-exec.c file-get-fs-opts.c \
+ file-get-trans.c file-get-transcntl.c file-getcontrol.c \
+ file-getfh.c file-getlinknode.c file-inv-trans.c file-lock-stat.c \
+ file-lock.c file-set-size.c file-set-trans.c file-statfs.c \
+ file-sync.c file-syncfs.c file-utimes.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 \
io-modes-on.c io-modes-set.c io-owner-mod.c io-owner-get.c \
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 \
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 8fc8594a..7695d515 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994, 1995, 1996 Free Software Foundation
+# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -19,7 +19,7 @@ dir := libtrivfs
makemode := library
FSSRCS= dir-link.c dir-mkdir.c dir-mkfile.c dir-lookup.c dir-readdir.c \
- dir-rename.c dir-rmdir.c dir-unlink.c file-chauthor.c \
+ dir-rename.c dir-rmdir.c dir-unlink.c dir-reparent.c file-chauthor.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-set-trans.c file-statfs.c \