diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 20:56:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 20:56:37 +0000 |
commit | 8c558b351dfcab5eb7f76e68636b9a3161e16e2a (patch) | |
tree | bf32bfa98e9e6baf86db572d7b4ef8a433747d28 /pfinet/Makefile | |
parent | 2916074ced5ab94336c427928cbddc17387e1041 (diff) |
(MIGSRCS): Add startup_notifyServer.c.
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 9dff21c1..cf12f473 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -27,7 +27,7 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.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 -MIGSRCS = ioServer.c socketServer.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 LINUXHDRS = arp.h datalink.h eth.h icmp.h ip.h ipx.h ipxcall.h p8022.h \ |