summaryrefslogtreecommitdiff
path: root/libdiskfs/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-16 10:56:08 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-16 10:56:08 +0000
commitcb36bf0b4c26059d08983267026bd20c8eb98b71 (patch)
tree0aed93da820f20bde73014ddd27f915a37e43722 /libdiskfs/Makefile
parent6515119daf690208df07e0585952926f4b40eda7 (diff)
Tue Feb 16 05:31:23 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-revoke.c: New file. * Makefile (IOSRCS): Add io-revoke.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r--libdiskfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index 7a909d51..6e92e174 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994, 95, 96, 97, 98 Free Software Foundation, Inc.
+# Copyright (C) 1994, 95, 96, 97, 98, 1999 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -27,7 +27,7 @@ FSSRCS= dir-chg.c dir-link.c dir-lookup.c dir-mkdir.c dir-mkfile.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 file-reparent.c
-IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c \
+IOSRCS= io-async-icky.c io-async.c io-duplicate.c io-get-conch.c io-revoke.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 \
io-pathconf.c io-prenotify.c io-read.c io-readable.c io-identity.c \