From 94d6544efa40700874d2acb805aea7ff3278b76b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Aug 1997 22:10:48 +0000 Subject: Remove unused mig crap. --- ftpfs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3