summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-08-24 14:24:00 +0000
committerMiles Bader <miles@gnu.org>1995-08-24 14:24:00 +0000
commit23c496c2c8d96132200979e69dc2035bee176d52 (patch)
tree8cf9aa83804b9559297e9e3fc33f17ebb456b206 /libtrivfs
parent63610a948cb17878cde0dbef6a4da1bd3d884026 (diff)
(REMHDRS): Removed.
(FSYSSRCS): Added fsys-forward.c.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 8bb0aab2..82d50c35 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -32,7 +32,7 @@ IOSRCS=io-async-icky.c \
io-readable.c io-reauthenticate.c io-restrict-auth.c io-seek.c \
io-select.c io-stat.c io-stubs.c io-write.c io-version.c
-FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c
+FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c
NOTIFYSRCS=nosenders.c notify-stubs.c
@@ -48,7 +48,6 @@ MIGSTUBS=fsServer.o ioServer.o fsysServer.o interruptServer.o notifyServer.o \
OBJS= $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS))
LCLHDRS = trivfs.h fsmutations.h priv.h
-REMHDRS = ../hurd/ports.h
MIGSFLAGS=-imacros fsmutations.h
MIGCOMSFLAGS = -prefix trivfs_
libname = libtrivfs