diff options
Diffstat (limited to 'libnetfs/Makefile')
-rw-r--r-- | libnetfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile index 07abc737..27881676 100644 --- a/libnetfs/Makefile +++ b/libnetfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation +# Copyright (C) 1995,96,97,99,2001,02 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -36,7 +36,8 @@ 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 \ io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \ io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \ - io-duplicate.c iostubs.c io-identity.c io-revoke.c io-pathconf.c + io-duplicate.c iostubs.c io-identity.c io-revoke.c io-pathconf.c \ + io-version.c FSYSSRCS= fsys-syncfs.c fsys-getroot.c fsys-get-options.c fsys-set-options.c \ fsys-goaway.c fsysstubs.c |