diff options
-rw-r--r-- | ftpfs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ftpfs/Makefile b/ftpfs/Makefile index 22110246..944bdd0a 100644 --- a/ftpfs/Makefile +++ b/ftpfs/Makefile @@ -24,10 +24,7 @@ target = ftpfs SRCS = ftpfs.c fs.c host.c netfs.c dir.c conn.c ccache.c node.c ncache.c LCLHDRS = ftpfs.h ccache.h -MIGSTUBS = ioServer.o fsysServer.o -OBJS = $(SRCS:.c=.o) # $(MIGSTUBS) +OBJS = $(SRCS:.c=.o) HURDLIBS = netfs fshelp iohelp ports threads ihash ftpconn shouldbeinlibc -MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h - include ../Makeconf |