diff options
author | Miles Bader <miles@gnu.org> | 1997-08-06 22:10:48 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-06 22:10:48 +0000 |
commit | 94d6544efa40700874d2acb805aea7ff3278b76b (patch) | |
tree | 764f331f88a0489dc01d9eb9ebf0a435ec9b29d6 /ftpfs | |
parent | 80c437f2f35813085b86cc05987609ec36d18865 (diff) |
Remove unused mig crap.
Diffstat (limited to 'ftpfs')
-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 |