diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-08 20:31:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-08 20:31:38 +0000 |
commit | 96a951103fd85fc72c85b891e7ffee0a20d14904 (patch) | |
tree | ec240cd3436350a29d253d36f0086f3acf9072ba /pfinet | |
parent | d69d3c383bb0c204c6e38b442ff513db6c13e60d (diff) |
Formerly Makefile.~14~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 6f8145bf..2f866581 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 + io-ops.c socket-ops.c misc.c MIGSRCS = ioServer.c socketServer.c OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS) $(MIGSRCS)) |