diff options
author | Miles Bader <miles@gnu.org> | 1996-06-21 06:19:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-21 06:19:07 +0000 |
commit | 5397bf367176c69b31fdf78bc666680ba9f0b913 (patch) | |
tree | e6ffab0a3634699d87447da38cb82f688f1e3481 /pfinet | |
parent | 57ce2a21bfac7547ffc969ac962d806389924b16 (diff) |
(pfinet): Depend on ../libfshelp/libfshelp.a &
../libshouldbeinlibc/libshouldbeinlibc.a.
(SRCS): Add options.c.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index b2cd95f5..152c106e 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -26,7 +26,7 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.c \ tcp.c timer.c udp.c utils.c UNUSEDSRC = packet.c ipx.c ip_fw.c p8022.c p8023.c pe2.c psnap.c rarp.c SRCS = sched.c timer-emul.c devices.c socket.c main.c ethernet.c \ - io-ops.c socket-ops.c misc.c time.c + io-ops.c socket-ops.c misc.c time.c options.c MIGSRCS = ioServer.c socketServer.c startup_notifyServer.c OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS) $(MIGSRCS)) LCLHDRS= config.h mapped-time.h mutations.h pfinet.h @@ -39,7 +39,9 @@ FROBBEDLINUXHEADERS = autoconf.h config.h errno.h etherdevice.h fcntl.h \ notifier.h param.h route.h sched.h skbuff.h socket.h sockios.h stat.h \ string.h tcp.h termios.h time.h timer.h types.h udp.h un.h wait.h -pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a +pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a \ + ../libthreads/libthreads.a ../libports/libports.a \ + ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a vpath %.c $(srcdir)/linux-inet |