summaryrefslogtreecommitdiff
path: root/pfinet/Makefile
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-10-25 03:14:46 +0000
committerThomas Bushnell <thomas@gnu.org>1996-10-25 03:14:46 +0000
commit96d494ad261e1635b1168bf53b613b866d06f086 (patch)
tree89a7b759de1ac3122acb0207dec2d63c88c6b59d /pfinet/Makefile
parent0ffdd2c1c4bb58c395ee8a283c94fb0cc9034201 (diff)
Thu Oct 24 22:38:55 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* main.c (main): Call setup_loopback_device before parsing args (and thus before the ethernet device shows up). * loopback.c: New file. * Makefile (SRCS): Add loopback.c. * pfinet.h (loopback_dev): New variable. * pfinet.h (ip_rt_del): New prototype.
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r--pfinet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile
index b4023be9..6c4a8c8b 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 options.c
+ io-ops.c socket-ops.c misc.c time.c options.c loopback.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